#BBC2C9

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

Shades of Spindle #BBC2C9

Tints of Spindle #BBC2C9

Color information

#BBC2C9 (or 0xBBC2C9) is unknown color: approx Spindle. HEX triplet: BB, C2 and C9. RGB value is (187,194,201). Sum of RGB (Red+Green+Blue) = 187+194+201=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C9 is #443D36. Grayscale: #C0C0C0. Windows color (decimal): -4472119 or 13222587. OLE color: 13222587.

HSL color Cylindrical-coordinate representation of color #BBC2C9: hue angle of 210º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC2C9 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187194201-
CMYK0.070.0300.21
HSL210º11.48%76.08%-
HSV(B)210º6.97%78.82%-
XYZ50.3353.3762.91-
YUV192.7132.68123.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=32.13%
G=33.33%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871942010.070.0300.2121011.4876.08
HexBBC2C973015d2b4c
Octal2733023117302532213114
Binary101110111100001011001001111110101011101001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2C9; }

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

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

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

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

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

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

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

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