#BBCAE6

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

Shades of Periwinkle #BBCAE6

Tints of Periwinkle #BBCAE6

Color information

#BBCAE6 (or 0xBBCAE6) is unknown color: approx Periwinkle. HEX triplet: BB, CA and E6. RGB value is (187,202,230). Sum of RGB (Red+Green+Blue) = 187+202+230=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAE6 is #443519. Grayscale: #C8C8C8. Windows color (decimal): -4470042 or 15125179. OLE color: 15125179.

HSL color Cylindrical-coordinate representation of color #BBCAE6: hue angle of 219.07º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCAE6 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187202230-
CMYK0.190.1200.10
HSL219.07º46.24%81.76%-
HSV(B)219.07º18.7%90.2%-
XYZ55.958.5283.21-
YUV200.71144.53118.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=30.21%
G=32.63%
B=37.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872022300.190.1200.10219.0746.2481.76
HexBBCAE613C0Adb2e52
Octal273312346231401233356122
Binary10111011110010101110011010011110001010110110111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAE6; }

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

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

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

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

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

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

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

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