#BBC2CE

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

Shades of Spindle #BBC2CE

Tints of Spindle #BBC2CE

Color information

#BBC2CE (or 0xBBC2CE) is unknown color: approx Spindle. HEX triplet: BB, C2 and CE. RGB value is (187,194,206). Sum of RGB (Red+Green+Blue) = 187+194+206=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CE is #443D31. Grayscale: #C1C1C1. Windows color (decimal): -4472114 or 13550267. OLE color: 13550267.

HSL color Cylindrical-coordinate representation of color #BBC2CE: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC2CE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187194206-
CMYK0.090.0600.19
HSL217.89º16.24%77.06%-
HSV(B)217.89º9.22%80.78%-
XYZ50.9353.666.06-
YUV193.28135.18123.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=31.86%
G=33.05%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871942060.090.0600.19217.8916.2477.06
HexBBC2CE96013da104d
Octal27330231611602333220115
Binary101110111100001011001110100111001001111011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2CE; }

 p { color: rgb(187,194,206); }

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

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

 a { background-color: rgb(187,194,206); }

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

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

 span { border-color: rgb(187,194,206); }

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