#BACAEC

Color #BACAEC Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BACAEC

Tints of Periwinkle #BACAEC

Color information

#BACAEC (or 0xBACAEC) is unknown color: approx Periwinkle. HEX triplet: BA, CA and EC. RGB value is (186,202,236). Sum of RGB (Red+Green+Blue) = 186+202+236=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #BACAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEC is #453513. Grayscale: #C8C8C8. Windows color (decimal): -4535572 or 15518394. OLE color: 15518394.

HSL color Cylindrical-coordinate representation of color #BACAEC: hue angle of 220.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACAEC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186202236-
CMYK0.210.1400.07
HSL220.8º56.82%82.75%-
HSV(B)220.8º21.19%92.55%-
XYZ56.5158.7487.72-
YUV201.09147.7117.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=29.81%
G=32.37%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862022360.210.1400.07220.856.8282.75
HexBACAEC15E07dd3953
Octal27231235425160733571123
Binary1011101011001010111011001010111100111110111011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAEC; }

 p { color: rgb(186,202,236); }

 H1.HeaderClassName
 {
   color: #BACAEC;
 }
 .AnyTagClassName
 {
   color: #BACAEC;
 }
</style>
background-color css

<style>
 a { background-color: #BACAEC; }

 a { background-color: rgb(186,202,236); }

 div.DivClassName
 {
   background-color: #BACAEC;
 }
 .BgClassName
 {
   background-color: #BACAEC;
 }
</style>
border-color css

<style>
 span { border-color: #BACAEC; }

 span { border-color: rgb(186,202,236); }

 td.TdClassName
 {
   border-color: #BACAEC;
 }
 .TagClassName
 {
   border-color: #BACAEC;
 }
</style>