Shades of Spindle #B0BBCD
Tints of Spindle #B0BBCD
RGB
CMYK
RGB Variations
Color information
#B0BBCD (or 0xB0BBCD) is known color: Spindle. HEX triplet: B0, BB and CD. RGB value is (176,187,205). Sum of RGB (Red+Green+Blue) = 176+187+205=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCD is #4F4432. Grayscale: #B9B9B9. Windows color (decimal): -5194803 or 13482928. OLE color: 13482928.
HSL color Cylindrical-coordinate representation of color #B0BBCD: hue angle of 217.24º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BBCD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 187 | 205 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.20 |
| HSL | 217.24º | 0.22% | 0.75% | - |
| HSV(B) | 217.24º | 0.14% | 0.8% | - |
| XYZ | 46.69 | 49.18 | 64.79 | - |
| YUV | 185.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 205 | 0.14 | 0.09 | 0 | 0.20 | 217.24 | 0.22 | 0.75 |
| Hex | B0 | BB | CD | E | 9 | 0 | 14 | D9 | 16 | 4B |
| Octal | 260 | 273 | 315 | 16 | 11 | 0 | 24 | 331 | 26 | 113 |
| Binary | 10110000 | 10111011 | 11001101 | 1110 | 1001 | 0 | 10100 | 11011001 | 10110 | 1001011 |
Color Harmonies of #B0BBCD
Complementary color
Monochromatic Colors of #B0BBCD
Black with #B0BBCD
Text Example
Text Example
White with #B0BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBCD; }
p { color: rgb(176,187,205); }
H1.HeaderClassName
{
color: #B0BBCD;
}
.AnyTagClassName
{
color: #B0BBCD;
}
</style>
background-color css
<style>
a { background-color: #B0BBCD; }
a { background-color: rgb(176,187,205); }
div.DivClassName
{
background-color: #B0BBCD;
}
.BgClassName
{
background-color: #B0BBCD;
}
</style>
border-color css
<style>
span { border-color: #B0BBCD; }
span { border-color: rgb(176,187,205); }
td.TdClassName
{
border-color: #B0BBCD;
}
.TagClassName
{
border-color: #B0BBCD;
}
</style>