Shades of Spindle #B9C0CD
Tints of Spindle #B9C0CD
RGB
CMYK
RGB Variations
Color information
#B9C0CD (or 0xB9C0CD) is known color: Spindle. HEX triplet: B9, C0 and CD. RGB value is (185,192,205). Sum of RGB (Red+Green+Blue) = 185+192+205=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0CD is #463F32. Grayscale: #BFBFBF. Windows color (decimal): -4603699 or 13484217. OLE color: 13484217.
HSL color Cylindrical-coordinate representation of color #B9C0CD: hue angle of 219º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C0CD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 192 | 205 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.20 |
| HSL | 219º | 0.17% | 0.76% | - |
| HSV(B) | 219º | 0.1% | 0.8% | - |
| XYZ | 49.88 | 52.42 | 65.25 | - |
| YUV | 191.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 205 | 0.10 | 0.06 | 0 | 0.20 | 219 | 0.17 | 0.76 |
| Hex | B9 | C0 | CD | A | 6 | 0 | 14 | DB | 11 | 4C |
| Octal | 271 | 300 | 315 | 12 | 6 | 0 | 24 | 333 | 21 | 114 |
| Binary | 10111001 | 11000000 | 11001101 | 1010 | 110 | 0 | 10100 | 11011011 | 10001 | 1001100 |
Color Harmonies of #B9C0CD
Complementary color
Monochromatic Colors of #B9C0CD
Black with #B9C0CD
Text Example
Text Example
White with #B9C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0CD; }
p { color: rgb(185,192,205); }
H1.HeaderClassName
{
color: #B9C0CD;
}
.AnyTagClassName
{
color: #B9C0CD;
}
</style>
background-color css
<style>
a { background-color: #B9C0CD; }
a { background-color: rgb(185,192,205); }
div.DivClassName
{
background-color: #B9C0CD;
}
.BgClassName
{
background-color: #B9C0CD;
}
</style>
border-color css
<style>
span { border-color: #B9C0CD; }
span { border-color: rgb(185,192,205); }
td.TdClassName
{
border-color: #B9C0CD;
}
.TagClassName
{
border-color: #B9C0CD;
}
</style>