#BBC1CB

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

Shades of Spindle #BBC1CB

Tints of Spindle #BBC1CB

Color information

#BBC1CB (or 0xBBC1CB) is unknown color: approx Spindle. HEX triplet: BB, C1 and CB. RGB value is (187,193,203). Sum of RGB (Red+Green+Blue) = 187+193+203=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CB is #443E34. Grayscale: #C0C0C0. Windows color (decimal): -4472373 or 13353403. OLE color: 13353403.

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

Color convert

RGB187193203-
CMYK0.080.0500.20
HSL217.5º13.33%76.47%-
HSV(B)217.5º7.88%79.61%-
XYZ50.3453.0264.08-
YUV192.35134.01124.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=32.08%
G=33.10%
B=34.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871932030.080.0500.20217.513.3376.47
HexBBC1CB85014dad4c
Octal27330131310502433215114
Binary10111011110000011100101110001010101001101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1CB; }

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

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

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

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

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

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

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

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