#B9CAEC

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

Shades of Periwinkle #B9CAEC

Tints of Periwinkle #B9CAEC

Color information

#B9CAEC (or 0xB9CAEC) is unknown color: approx Periwinkle. HEX triplet: B9, CA and EC. RGB value is (185,202,236). Sum of RGB (Red+Green+Blue) = 185+202+236=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CAEC is #463513. Grayscale: #C8C8C8. Windows color (decimal): -4601108 or 15518393. OLE color: 15518393.

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

Color convert

RGB185202236-
CMYK0.220.1400.07
HSL220º57.3%82.55%-
HSV(B)220º21.61%92.55%-
XYZ56.2758.6187.7-
YUV200.79147.87116.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=29.70%
G=32.42%
B=37.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852022360.220.1400.0722057.382.55
HexB9CAEC16E07dc3953
Octal27131235426160733471123
Binary1011100111001010111011001011011100111110111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAEC; }

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

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

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

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

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

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

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

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