Shades of Spindle #B0BCCD
Tints of Spindle #B0BCCD
RGB
CMYK
RGB Variations
Color information
#B0BCCD (or 0xB0BCCD) is known color: Spindle. HEX triplet: B0, BC and CD. RGB value is (176,188,205). Sum of RGB (Red+Green+Blue) = 176+188+205=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCCD is #4F4332. Grayscale: #BABABA. Windows color (decimal): -5194547 or 13483184. OLE color: 13483184.
HSL color Cylindrical-coordinate representation of color #B0BCCD: hue angle of 215.17º 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 #B0BCCD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 188 | 205 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.20 |
| HSL | 215.17º | 0.22% | 0.75% | - |
| HSV(B) | 215.17º | 0.14% | 0.8% | - |
| XYZ | 46.91 | 49.6 | 64.86 | - |
| YUV | 186.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 205 | 0.14 | 0.08 | 0 | 0.20 | 215.17 | 0.22 | 0.75 |
| Hex | B0 | BC | CD | E | 8 | 0 | 14 | D7 | 16 | 4B |
| Octal | 260 | 274 | 315 | 16 | 10 | 0 | 24 | 327 | 26 | 113 |
| Binary | 10110000 | 10111100 | 11001101 | 1110 | 1000 | 0 | 10100 | 11010111 | 10110 | 1001011 |
Color Harmonies of #B0BCCD
Complementary color
Monochromatic Colors of #B0BCCD
Black with #B0BCCD
Text Example
Text Example
White with #B0BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCCD; }
p { color: rgb(176,188,205); }
H1.HeaderClassName
{
color: #B0BCCD;
}
.AnyTagClassName
{
color: #B0BCCD;
}
</style>
background-color css
<style>
a { background-color: #B0BCCD; }
a { background-color: rgb(176,188,205); }
div.DivClassName
{
background-color: #B0BCCD;
}
.BgClassName
{
background-color: #B0BCCD;
}
</style>
border-color css
<style>
span { border-color: #B0BCCD; }
span { border-color: rgb(176,188,205); }
td.TdClassName
{
border-color: #B0BCCD;
}
.TagClassName
{
border-color: #B0BCCD;
}
</style>