Shades of Spindle #B9C0D0
Tints of Spindle #B9C0D0
RGB
CMYK
RGB Variations
Color information
#B9C0D0 (or 0xB9C0D0) is known color: Spindle. HEX triplet: B9, C0 and D0. RGB value is (185,192,208). Sum of RGB (Red+Green+Blue) = 185+192+208=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9C0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0D0 is #463F2F. Grayscale: #BFBFBF. Windows color (decimal): -4603696 or 13680825. OLE color: 13680825.
HSL color Cylindrical-coordinate representation of color #B9C0D0: hue angle of 221.74º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9C0D0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 192 | 208 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 221.74º | 0.2% | 0.77% | - |
| HSV(B) | 221.74º | 0.11% | 0.82% | - |
| XYZ | 50.24 | 52.57 | 67.17 | - |
| YUV | 191.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 208 | 0.11 | 0.08 | 0 | 0.18 | 221.74 | 0.2 | 0.77 |
| Hex | B9 | C0 | D0 | B | 8 | 0 | 12 | DE | 14 | 4D |
| Octal | 271 | 300 | 320 | 13 | 10 | 0 | 22 | 336 | 24 | 115 |
| Binary | 10111001 | 11000000 | 11010000 | 1011 | 1000 | 0 | 10010 | 11011110 | 10100 | 1001101 |
Color Harmonies of #B9C0D0
Complementary color
Monochromatic Colors of #B9C0D0
Black with #B9C0D0
Text Example
Text Example
White with #B9C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0D0; }
p { color: rgb(185,192,208); }
H1.HeaderClassName
{
color: #B9C0D0;
}
.AnyTagClassName
{
color: #B9C0D0;
}
</style>
background-color css
<style>
a { background-color: #B9C0D0; }
a { background-color: rgb(185,192,208); }
div.DivClassName
{
background-color: #B9C0D0;
}
.BgClassName
{
background-color: #B9C0D0;
}
</style>
border-color css
<style>
span { border-color: #B9C0D0; }
span { border-color: rgb(185,192,208); }
td.TdClassName
{
border-color: #B9C0D0;
}
.TagClassName
{
border-color: #B9C0D0;
}
</style>