Shades of Spindle #B0BBCE
Tints of Spindle #B0BBCE
RGB
CMYK
RGB Variations
Color information
#B0BBCE (or 0xB0BBCE) is known color: Spindle. HEX triplet: B0, BB and CE. RGB value is (176,187,206). Sum of RGB (Red+Green+Blue) = 176+187+206=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCE is #4F4431. Grayscale: #B9B9B9. Windows color (decimal): -5194802 or 13548464. OLE color: 13548464.
HSL color Cylindrical-coordinate representation of color #B0BBCE: hue angle of 218º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BBCE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 187 | 206 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.19 |
| HSL | 218º | 0.23% | 0.75% | - |
| HSV(B) | 218º | 0.15% | 0.81% | - |
| XYZ | 46.82 | 49.23 | 65.43 | - |
| YUV | 185.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 206 | 0.15 | 0.09 | 0 | 0.19 | 218 | 0.23 | 0.75 |
| Hex | B0 | BB | CE | F | 9 | 0 | 13 | DA | 17 | 4B |
| Octal | 260 | 273 | 316 | 17 | 11 | 0 | 23 | 332 | 27 | 113 |
| Binary | 10110000 | 10111011 | 11001110 | 1111 | 1001 | 0 | 10011 | 11011010 | 10111 | 1001011 |
Color Harmonies of #B0BBCE
Complementary color
Monochromatic Colors of #B0BBCE
Black with #B0BBCE
Text Example
Text Example
White with #B0BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBCE; }
p { color: rgb(176,187,206); }
H1.HeaderClassName
{
color: #B0BBCE;
}
.AnyTagClassName
{
color: #B0BBCE;
}
</style>
background-color css
<style>
a { background-color: #B0BBCE; }
a { background-color: rgb(176,187,206); }
div.DivClassName
{
background-color: #B0BBCE;
}
.BgClassName
{
background-color: #B0BBCE;
}
</style>
border-color css
<style>
span { border-color: #B0BBCE; }
span { border-color: rgb(176,187,206); }
td.TdClassName
{
border-color: #B0BBCE;
}
.TagClassName
{
border-color: #B0BBCE;
}
</style>