#BBC4CE

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

Shades of Spindle #BBC4CE

Tints of Spindle #BBC4CE

Color information

#BBC4CE (or 0xBBC4CE) is unknown color: approx Spindle. HEX triplet: BB, C4 and CE. RGB value is (187,196,206). Sum of RGB (Red+Green+Blue) = 187+196+206=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CE is #443B31. Grayscale: #C2C2C2. Windows color (decimal): -4471602 or 13550779. OLE color: 13550779.

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

Color convert

RGB187196206-
CMYK0.090.0500.19
HSL211.58º16.24%77.06%-
HSV(B)211.58º9.22%80.78%-
XYZ51.3754.566.2-
YUV194.45134.52122.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=31.75%
G=33.28%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871962060.090.0500.19211.5816.2477.06
HexBBC4CE95013d4104d
Octal27330431611502332420115
Binary101110111100010011001110100110101001111010100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4CE; }

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

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

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

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

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

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

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

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