#BBC4CB

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

Shades of Spindle #BBC4CB

Tints of Spindle #BBC4CB

Color information

#BBC4CB (or 0xBBC4CB) is unknown color: approx Spindle. HEX triplet: BB, C4 and CB. RGB value is (187,196,203). Sum of RGB (Red+Green+Blue) = 187+196+203=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CB is #443B34. Grayscale: #C2C2C2. Windows color (decimal): -4471605 or 13354171. OLE color: 13354171.

HSL color Cylindrical-coordinate representation of color #BBC4CB: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC4CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187196203-
CMYK0.080.0300.20
HSL206.25º13.33%76.47%-
HSV(B)206.25º7.88%79.61%-
XYZ51.0154.3664.3-
YUV194.11133.02122.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=31.91%
G=33.45%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871962030.080.0300.20206.2513.3376.47
HexBBC4CB83014ced4c
Octal27330431310302431615114
Binary1011101111000100110010111000110101001100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4CB; }

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

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

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

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

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

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

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

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