#BBC1CE

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

Shades of Spindle #BBC1CE

Tints of Spindle #BBC1CE

Color information

#BBC1CE (or 0xBBC1CE) is unknown color: approx Spindle. HEX triplet: BB, C1 and CE. RGB value is (187,193,206). Sum of RGB (Red+Green+Blue) = 187+193+206=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CE is #443E31. Grayscale: #C0C0C0. Windows color (decimal): -4472370 or 13550011. OLE color: 13550011.

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

Color convert

RGB187193206-
CMYK0.090.0600.19
HSL221.05º16.24%77.06%-
HSV(B)221.05º9.22%80.78%-
XYZ50.753.1665.98-
YUV192.69135.51123.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=31.91%
G=32.94%
B=35.15%

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
Decimal1871932060.090.0600.19221.0516.2477.06
HexBBC1CE96013dd104d
Octal27330131611602333520115
Binary101110111100000111001110100111001001111011101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1CE; }

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

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

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

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

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

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

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

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