#BBCBE6

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

Shades of Periwinkle #BBCBE6

Tints of Periwinkle #BBCBE6

Color information

#BBCBE6 (or 0xBBCBE6) is unknown color: approx Periwinkle. HEX triplet: BB, CB and E6. RGB value is (187,203,230). Sum of RGB (Red+Green+Blue) = 187+203+230=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBE6 is #443419. Grayscale: #C9C9C9. Windows color (decimal): -4469786 or 15125435. OLE color: 15125435.

HSL color Cylindrical-coordinate representation of color #BBCBE6: hue angle of 217.67º 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 #BBCBE6 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187203230-
CMYK0.190.1200.10
HSL217.67º46.24%81.76%-
HSV(B)217.67º18.7%90.2%-
XYZ56.1358.9983.29-
YUV201.29144.2117.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=30.16%
G=32.74%
B=37.10%

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
Decimal1872032300.190.1200.10217.6746.2481.76
HexBBCBE613C0Ada2e52
Octal273313346231401233256122
Binary10111011110010111110011010011110001010110110101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBE6; }

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

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

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

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

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

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

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

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