Shades of Spindle #B9C1D1
Tints of Spindle #B9C1D1
RGB
CMYK
RGB Variations
Color information
#B9C1D1 (or 0xB9C1D1) is known color: Spindle. HEX triplet: B9, C1 and D1. RGB value is (185,193,209). Sum of RGB (Red+Green+Blue) = 185+193+209=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9C1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1D1 is #463E2E. Grayscale: #C0C0C0. Windows color (decimal): -4603439 or 13746617. OLE color: 13746617.
HSL color Cylindrical-coordinate representation of color #B9C1D1: hue angle of 220º degrees, saturation: 0.21, 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 #B9C1D1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 193 | 209 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 220º | 0.21% | 0.77% | - |
| HSV(B) | 220º | 0.11% | 0.82% | - |
| XYZ | 50.59 | 53.06 | 67.9 | - |
| YUV | 192.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 209 | 0.11 | 0.08 | 0 | 0.18 | 220 | 0.21 | 0.77 |
| Hex | B9 | C1 | D1 | B | 8 | 0 | 12 | DC | 15 | 4D |
| Octal | 271 | 301 | 321 | 13 | 10 | 0 | 22 | 334 | 25 | 115 |
| Binary | 10111001 | 11000001 | 11010001 | 1011 | 1000 | 0 | 10010 | 11011100 | 10101 | 1001101 |
Color Harmonies of #B9C1D1
Complementary color
Monochromatic Colors of #B9C1D1
Black with #B9C1D1
Text Example
Text Example
White with #B9C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1D1; }
p { color: rgb(185,193,209); }
H1.HeaderClassName
{
color: #B9C1D1;
}
.AnyTagClassName
{
color: #B9C1D1;
}
</style>
background-color css
<style>
a { background-color: #B9C1D1; }
a { background-color: rgb(185,193,209); }
div.DivClassName
{
background-color: #B9C1D1;
}
.BgClassName
{
background-color: #B9C1D1;
}
</style>
border-color css
<style>
span { border-color: #B9C1D1; }
span { border-color: rgb(185,193,209); }
td.TdClassName
{
border-color: #B9C1D1;
}
.TagClassName
{
border-color: #B9C1D1;
}
</style>