#BBCCE5

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

Shades of Periwinkle #BBCCE5

Tints of Periwinkle #BBCCE5

Color information

#BBCCE5 (or 0xBBCCE5) is unknown color: approx Periwinkle. HEX triplet: BB, CC and E5. RGB value is (187,204,229). Sum of RGB (Red+Green+Blue) = 187+204+229=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE5 is #44331A. Grayscale: #C9C9C9. Windows color (decimal): -4469531 or 15060155. OLE color: 15060155.

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

Color convert

RGB187204229-
CMYK0.180.1100.10
HSL215.71º44.68%81.57%-
HSV(B)215.71º18.34%89.8%-
XYZ56.2359.4182.63-
YUV201.77143.37117.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 229 (89.84% from 255) = 36.94%
R=30.16%
G=32.90%
B=36.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872042290.180.1100.10215.7144.6881.57
HexBBCCE512B0Ad82d52
Octal273314345221301233055122
Binary10111011110011001110010110010101101010110110001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCE5; }

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

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

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

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

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

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

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

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