Shades of Spindle #B0BCCE
Tints of Spindle #B0BCCE
RGB
CMYK
RGB Variations
Color information
#B0BCCE (or 0xB0BCCE) is known color: Spindle. HEX triplet: B0, BC and CE. RGB value is (176,188,206). Sum of RGB (Red+Green+Blue) = 176+188+206=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCE is #4F4331. Grayscale: #BABABA. Windows color (decimal): -5194546 or 13548720. OLE color: 13548720.
HSL color Cylindrical-coordinate representation of color #B0BCCE: hue angle of 216º 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 #B0BCCE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 188 | 206 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.19 |
| HSL | 216º | 0.23% | 0.75% | - |
| HSV(B) | 216º | 0.15% | 0.81% | - |
| XYZ | 47.03 | 49.65 | 65.5 | - |
| YUV | 186.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 206 | 0.15 | 0.09 | 0 | 0.19 | 216 | 0.23 | 0.75 |
| Hex | B0 | BC | CE | F | 9 | 0 | 13 | D8 | 17 | 4B |
| Octal | 260 | 274 | 316 | 17 | 11 | 0 | 23 | 330 | 27 | 113 |
| Binary | 10110000 | 10111100 | 11001110 | 1111 | 1001 | 0 | 10011 | 11011000 | 10111 | 1001011 |
Color Harmonies of #B0BCCE
Complementary color
Monochromatic Colors of #B0BCCE
Black with #B0BCCE
Text Example
Text Example
White with #B0BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCCE; }
p { color: rgb(176,188,206); }
H1.HeaderClassName
{
color: #B0BCCE;
}
.AnyTagClassName
{
color: #B0BCCE;
}
</style>
background-color css
<style>
a { background-color: #B0BCCE; }
a { background-color: rgb(176,188,206); }
div.DivClassName
{
background-color: #B0BCCE;
}
.BgClassName
{
background-color: #B0BCCE;
}
</style>
border-color css
<style>
span { border-color: #B0BCCE; }
span { border-color: rgb(176,188,206); }
td.TdClassName
{
border-color: #B0BCCE;
}
.TagClassName
{
border-color: #B0BCCE;
}
</style>