#BBCAE4

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

Shades of Periwinkle #BBCAE4

Tints of Periwinkle #BBCAE4

Color information

#BBCAE4 (or 0xBBCAE4) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E4. RGB value is (187,202,228). Sum of RGB (Red+Green+Blue) = 187+202+228=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE4 is #44351B. Grayscale: #C8C8C8. Windows color (decimal): -4470044 or 14994107. OLE color: 14994107.

HSL color Cylindrical-coordinate representation of color #BBCAE4: hue angle of 218.05º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCAE4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187202228-
CMYK0.180.1100.11
HSL218.05º43.16%81.37%-
HSV(B)218.05º17.98%89.41%-
XYZ55.6258.4181.74-
YUV200.48143.53118.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=30.31%
G=32.74%
B=36.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872022280.180.1100.11218.0543.1681.37
HexBBCAE412B0Bda2b51
Octal273312344221301333253121
Binary10111011110010101110010010010101101011110110101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE4; }

 p { color: rgb(187,202,228); }

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

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

 a { background-color: rgb(187,202,228); }

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

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

 span { border-color: rgb(187,202,228); }

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