Shades of Spindle #BBCBD8
Tints of Spindle #BBCBD8
RGB
CMYK
RGB Variations
Color information
#BBCBD8 (or 0xBBCBD8) is known color: Spindle. HEX triplet: BB, CB and D8. RGB value is (187,203,216). Sum of RGB (Red+Green+Blue) = 187+203+216=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD8 is #443427. Grayscale: #C7C7C7. Windows color (decimal): -4469800 or 14207931. OLE color: 14207931.
HSL color Cylindrical-coordinate representation of color #BBCBD8: hue angle of 206.9º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCBD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 203 | 216 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 206.9º | 0.27% | 0.79% | - |
| HSV(B) | 206.9º | 0.13% | 0.85% | - |
| XYZ | 54.24 | 58.23 | 73.35 | - |
| YUV | 199.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 216 | 0.13 | 0.06 | 0 | 0.15 | 206.9 | 0.27 | 0.79 |
| Hex | BB | CB | D8 | D | 6 | 0 | F | CF | 1B | 4F |
| Octal | 273 | 313 | 330 | 15 | 6 | 0 | 17 | 317 | 33 | 117 |
| Binary | 10111011 | 11001011 | 11011000 | 1101 | 110 | 0 | 1111 | 11001111 | 11011 | 1001111 |
Color Harmonies of #BBCBD8
Complementary color
Monochromatic Colors of #BBCBD8
Black with #BBCBD8
Text Example
Text Example
White with #BBCBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBD8; }
p { color: rgb(187,203,216); }
H1.HeaderClassName
{
color: #BBCBD8;
}
.AnyTagClassName
{
color: #BBCBD8;
}
</style>
background-color css
<style>
a { background-color: #BBCBD8; }
a { background-color: rgb(187,203,216); }
div.DivClassName
{
background-color: #BBCBD8;
}
.BgClassName
{
background-color: #BBCBD8;
}
</style>
border-color css
<style>
span { border-color: #BBCBD8; }
span { border-color: rgb(187,203,216); }
td.TdClassName
{
border-color: #BBCBD8;
}
.TagClassName
{
border-color: #BBCBD8;
}
</style>