Shades of Spindle #B0C0CF
Tints of Spindle #B0C0CF
RGB
CMYK
RGB Variations
Color information
#B0C0CF (or 0xB0C0CF) is known color: Spindle. HEX triplet: B0, C0 and CF. RGB value is (176,192,207). Sum of RGB (Red+Green+Blue) = 176+192+207=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0CF is #4F3F30. Grayscale: #BCBCBC. Windows color (decimal): -5193521 or 13615280. OLE color: 13615280.
HSL color Cylindrical-coordinate representation of color #B0C0CF: hue angle of 209.03º 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 #B0C0CF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 192 | 207 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.19 |
| HSL | 209.03º | 0.24% | 0.75% | - |
| HSV(B) | 209.03º | 0.15% | 0.81% | - |
| XYZ | 48.02 | 51.43 | 66.43 | - |
| YUV | 188.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 207 | 0.15 | 0.07 | 0 | 0.19 | 209.03 | 0.24 | 0.75 |
| Hex | B0 | C0 | CF | F | 7 | 0 | 13 | D1 | 18 | 4B |
| Octal | 260 | 300 | 317 | 17 | 7 | 0 | 23 | 321 | 30 | 113 |
| Binary | 10110000 | 11000000 | 11001111 | 1111 | 111 | 0 | 10011 | 11010001 | 11000 | 1001011 |
Color Harmonies of #B0C0CF
Complementary color
Monochromatic Colors of #B0C0CF
Black with #B0C0CF
Text Example
Text Example
White with #B0C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0CF; }
p { color: rgb(176,192,207); }
H1.HeaderClassName
{
color: #B0C0CF;
}
.AnyTagClassName
{
color: #B0C0CF;
}
</style>
background-color css
<style>
a { background-color: #B0C0CF; }
a { background-color: rgb(176,192,207); }
div.DivClassName
{
background-color: #B0C0CF;
}
.BgClassName
{
background-color: #B0C0CF;
}
</style>
border-color css
<style>
span { border-color: #B0C0CF; }
span { border-color: rgb(176,192,207); }
td.TdClassName
{
border-color: #B0C0CF;
}
.TagClassName
{
border-color: #B0C0CF;
}
</style>