Shades of Spindle #B0BCCF
Tints of Spindle #B0BCCF
RGB
CMYK
RGB Variations
Color information
#B0BCCF (or 0xB0BCCF) is known color: Spindle. HEX triplet: B0, BC and CF. RGB value is (176,188,207). Sum of RGB (Red+Green+Blue) = 176+188+207=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCF is #4F4330. Grayscale: #BABABA. Windows color (decimal): -5194545 or 13614256. OLE color: 13614256.
HSL color Cylindrical-coordinate representation of color #B0BCCF: hue angle of 216.77º degrees, saturation: 0.24, 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 #B0BCCF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 188 | 207 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.19 |
| HSL | 216.77º | 0.24% | 0.75% | - |
| HSV(B) | 216.77º | 0.15% | 0.81% | - |
| XYZ | 47.15 | 49.7 | 66.14 | - |
| YUV | 186.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 207 | 0.15 | 0.09 | 0 | 0.19 | 216.77 | 0.24 | 0.75 |
| Hex | B0 | BC | CF | F | 9 | 0 | 13 | D9 | 18 | 4B |
| Octal | 260 | 274 | 317 | 17 | 11 | 0 | 23 | 331 | 30 | 113 |
| Binary | 10110000 | 10111100 | 11001111 | 1111 | 1001 | 0 | 10011 | 11011001 | 11000 | 1001011 |
Color Harmonies of #B0BCCF
Complementary color
Monochromatic Colors of #B0BCCF
Black with #B0BCCF
Text Example
Text Example
White with #B0BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCCF; }
p { color: rgb(176,188,207); }
H1.HeaderClassName
{
color: #B0BCCF;
}
.AnyTagClassName
{
color: #B0BCCF;
}
</style>
background-color css
<style>
a { background-color: #B0BCCF; }
a { background-color: rgb(176,188,207); }
div.DivClassName
{
background-color: #B0BCCF;
}
.BgClassName
{
background-color: #B0BCCF;
}
</style>
border-color css
<style>
span { border-color: #B0BCCF; }
span { border-color: rgb(176,188,207); }
td.TdClassName
{
border-color: #B0BCCF;
}
.TagClassName
{
border-color: #B0BCCF;
}
</style>