Shades of Spindle #B9C0D7
Tints of Spindle #B9C0D7
RGB
CMYK
RGB Variations
Color information
#B9C0D7 (or 0xB9C0D7) is known color: Spindle. HEX triplet: B9, C0 and D7. RGB value is (185,192,215). Sum of RGB (Red+Green+Blue) = 185+192+215=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9C0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0D7 is #463F28. Grayscale: #C0C0C0. Windows color (decimal): -4603689 or 14139577. OLE color: 14139577.
HSL color Cylindrical-coordinate representation of color #B9C0D7: hue angle of 226º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9C0D7 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 192 | 215 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.16 |
| HSL | 226º | 0.27% | 0.78% | - |
| HSV(B) | 226º | 0.14% | 0.84% | - |
| XYZ | 51.12 | 52.92 | 71.81 | - |
| YUV | 192.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 215 | 0.14 | 0.11 | 0 | 0.16 | 226 | 0.27 | 0.78 |
| Hex | B9 | C0 | D7 | E | B | 0 | 10 | E2 | 1B | 4E |
| Octal | 271 | 300 | 327 | 16 | 13 | 0 | 20 | 342 | 33 | 116 |
| Binary | 10111001 | 11000000 | 11010111 | 1110 | 1011 | 0 | 10000 | 11100010 | 11011 | 1001110 |
Color Harmonies of #B9C0D7
Complementary color
Monochromatic Colors of #B9C0D7
Black with #B9C0D7
Text Example
Text Example
White with #B9C0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0D7; }
p { color: rgb(185,192,215); }
H1.HeaderClassName
{
color: #B9C0D7;
}
.AnyTagClassName
{
color: #B9C0D7;
}
</style>
background-color css
<style>
a { background-color: #B9C0D7; }
a { background-color: rgb(185,192,215); }
div.DivClassName
{
background-color: #B9C0D7;
}
.BgClassName
{
background-color: #B9C0D7;
}
</style>
border-color css
<style>
span { border-color: #B9C0D7; }
span { border-color: rgb(185,192,215); }
td.TdClassName
{
border-color: #B9C0D7;
}
.TagClassName
{
border-color: #B9C0D7;
}
</style>