Shades of Spindle #B0BBC8
Tints of Spindle #B0BBC8
RGB
CMYK
RGB Variations
Color information
#B0BBC8 (or 0xB0BBC8) is known color: Spindle. HEX triplet: B0, BB and C8. RGB value is (176,187,200). Sum of RGB (Red+Green+Blue) = 176+187+200=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #B0BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC8 is #4F4437. Grayscale: #B9B9B9. Windows color (decimal): -5194808 or 13155248. OLE color: 13155248.
HSL color Cylindrical-coordinate representation of color #B0BBC8: hue angle of 212.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BBC8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 187 | 200 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.22 |
| HSL | 212.5º | 0.18% | 0.74% | - |
| HSV(B) | 212.5º | 0.12% | 0.78% | - |
| XYZ | 46.1 | 48.94 | 61.66 | - |
| YUV | 185.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 200 | 0.12 | 0.06 | 0 | 0.22 | 212.5 | 0.18 | 0.74 |
| Hex | B0 | BB | C8 | C | 6 | 0 | 16 | D4 | 12 | 4A |
| Octal | 260 | 273 | 310 | 14 | 6 | 0 | 26 | 324 | 22 | 112 |
| Binary | 10110000 | 10111011 | 11001000 | 1100 | 110 | 0 | 10110 | 11010100 | 10010 | 1001010 |
Color Harmonies of #B0BBC8
Complementary color
Monochromatic Colors of #B0BBC8
Black with #B0BBC8
Text Example
Text Example
White with #B0BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBC8; }
p { color: rgb(176,187,200); }
H1.HeaderClassName
{
color: #B0BBC8;
}
.AnyTagClassName
{
color: #B0BBC8;
}
</style>
background-color css
<style>
a { background-color: #B0BBC8; }
a { background-color: rgb(176,187,200); }
div.DivClassName
{
background-color: #B0BBC8;
}
.BgClassName
{
background-color: #B0BBC8;
}
</style>
border-color css
<style>
span { border-color: #B0BBC8; }
span { border-color: rgb(176,187,200); }
td.TdClassName
{
border-color: #B0BBC8;
}
.TagClassName
{
border-color: #B0BBC8;
}
</style>