#BBCCE8

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

Shades of Periwinkle #BBCCE8

Tints of Periwinkle #BBCCE8

Color information

#BBCCE8 (or 0xBBCCE8) is unknown color: approx Periwinkle. HEX triplet: BB, CC and E8. RGB value is (187,204,232). Sum of RGB (Red+Green+Blue) = 187+204+232=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCE8 is #443317. Grayscale: #C9C9C9. Windows color (decimal): -4469528 or 15256763. OLE color: 15256763.

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

Color convert

RGB187204232-
CMYK0.190.1200.09
HSL217.33º49.45%82.16%-
HSV(B)217.33º19.4%90.98%-
XYZ56.6559.5884.86-
YUV202.11144.87117.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=30.02%
G=32.74%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872042320.190.1200.09217.3349.4582.16
HexBBCCE813C09d93152
Octal273314350231401133161122
Binary10111011110011001110100010011110001001110110011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCE8; }

 p { color: rgb(187,204,232); }

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

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

 a { background-color: rgb(187,204,232); }

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

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

 span { border-color: rgb(187,204,232); }

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