Shades of Spindle #BBCBD1
Tints of Spindle #BBCBD1
RGB
CMYK
RGB Variations
Color information
#BBCBD1 (or 0xBBCBD1) is known color: Spindle. HEX triplet: BB, CB and D1. RGB value is (187,203,209). Sum of RGB (Red+Green+Blue) = 187+203+209=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD1 is #44342E. Grayscale: #C6C6C6. Windows color (decimal): -4469807 or 13749179. OLE color: 13749179.
HSL color Cylindrical-coordinate representation of color #BBCBD1: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCBD1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 203 | 209 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 196.36º | 0.19% | 0.78% | - |
| HSV(B) | 196.36º | 0.11% | 0.82% | - |
| XYZ | 53.36 | 57.88 | 68.68 | - |
| YUV | 198.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 209 | 0.11 | 0.03 | 0 | 0.18 | 196.36 | 0.19 | 0.78 |
| Hex | BB | CB | D1 | B | 3 | 0 | 12 | C4 | 13 | 4E |
| Octal | 273 | 313 | 321 | 13 | 3 | 0 | 22 | 304 | 23 | 116 |
| Binary | 10111011 | 11001011 | 11010001 | 1011 | 11 | 0 | 10010 | 11000100 | 10011 | 1001110 |
Color Harmonies of #BBCBD1
Complementary color
Monochromatic Colors of #BBCBD1
Black with #BBCBD1
Text Example
Text Example
White with #BBCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBD1; }
p { color: rgb(187,203,209); }
H1.HeaderClassName
{
color: #BBCBD1;
}
.AnyTagClassName
{
color: #BBCBD1;
}
</style>
background-color css
<style>
a { background-color: #BBCBD1; }
a { background-color: rgb(187,203,209); }
div.DivClassName
{
background-color: #BBCBD1;
}
.BgClassName
{
background-color: #BBCBD1;
}
</style>
border-color css
<style>
span { border-color: #BBCBD1; }
span { border-color: rgb(187,203,209); }
td.TdClassName
{
border-color: #BBCBD1;
}
.TagClassName
{
border-color: #BBCBD1;
}
</style>