Shades of Spindle #B9C5CD
Tints of Spindle #B9C5CD
RGB
CMYK
RGB Variations
Color information
#B9C5CD (or 0xB9C5CD) is known color: Spindle. HEX triplet: B9, C5 and CD. RGB value is (185,197,205). Sum of RGB (Red+Green+Blue) = 185+197+205=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5CD is #463A32. Grayscale: #C2C2C2. Windows color (decimal): -4602419 or 13485497. OLE color: 13485497.
HSL color Cylindrical-coordinate representation of color #B9C5CD: hue angle of 204º 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 #B9C5CD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 197 | 205 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.20 |
| HSL | 204º | 0.17% | 0.76% | - |
| HSV(B) | 204º | 0.1% | 0.8% | - |
| XYZ | 50.99 | 54.65 | 65.62 | - |
| YUV | 194.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 205 | 0.10 | 0.04 | 0 | 0.20 | 204 | 0.17 | 0.76 |
| Hex | B9 | C5 | CD | A | 4 | 0 | 14 | CC | 11 | 4C |
| Octal | 271 | 305 | 315 | 12 | 4 | 0 | 24 | 314 | 21 | 114 |
| Binary | 10111001 | 11000101 | 11001101 | 1010 | 100 | 0 | 10100 | 11001100 | 10001 | 1001100 |
Color Harmonies of #B9C5CD
Complementary color
Monochromatic Colors of #B9C5CD
Black with #B9C5CD
Text Example
Text Example
White with #B9C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C5CD; }
p { color: rgb(185,197,205); }
H1.HeaderClassName
{
color: #B9C5CD;
}
.AnyTagClassName
{
color: #B9C5CD;
}
</style>
background-color css
<style>
a { background-color: #B9C5CD; }
a { background-color: rgb(185,197,205); }
div.DivClassName
{
background-color: #B9C5CD;
}
.BgClassName
{
background-color: #B9C5CD;
}
</style>
border-color css
<style>
span { border-color: #B9C5CD; }
span { border-color: rgb(185,197,205); }
td.TdClassName
{
border-color: #B9C5CD;
}
.TagClassName
{
border-color: #B9C5CD;
}
</style>