Shades of Spindle #B9C3D1
Tints of Spindle #B9C3D1
RGB
CMYK
RGB Variations
Color information
#B9C3D1 (or 0xB9C3D1) is known color: Spindle. HEX triplet: B9, C3 and D1. RGB value is (185,195,209). Sum of RGB (Red+Green+Blue) = 185+195+209=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9C3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3D1 is #463C2E. Grayscale: #C1C1C1. Windows color (decimal): -4602927 or 13747129. OLE color: 13747129.
HSL color Cylindrical-coordinate representation of color #B9C3D1: hue angle of 215º 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 #B9C3D1 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 195 | 209 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.18 |
| HSL | 215º | 0.21% | 0.77% | - |
| HSV(B) | 215º | 0.11% | 0.82% | - |
| XYZ | 51.03 | 53.95 | 68.04 | - |
| YUV | 193.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 209 | 0.11 | 0.07 | 0 | 0.18 | 215 | 0.21 | 0.77 |
| Hex | B9 | C3 | D1 | B | 7 | 0 | 12 | D7 | 15 | 4D |
| Octal | 271 | 303 | 321 | 13 | 7 | 0 | 22 | 327 | 25 | 115 |
| Binary | 10111001 | 11000011 | 11010001 | 1011 | 111 | 0 | 10010 | 11010111 | 10101 | 1001101 |
Color Harmonies of #B9C3D1
Complementary color
Monochromatic Colors of #B9C3D1
Black with #B9C3D1
Text Example
Text Example
White with #B9C3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3D1; }
p { color: rgb(185,195,209); }
H1.HeaderClassName
{
color: #B9C3D1;
}
.AnyTagClassName
{
color: #B9C3D1;
}
</style>
background-color css
<style>
a { background-color: #B9C3D1; }
a { background-color: rgb(185,195,209); }
div.DivClassName
{
background-color: #B9C3D1;
}
.BgClassName
{
background-color: #B9C3D1;
}
</style>
border-color css
<style>
span { border-color: #B9C3D1; }
span { border-color: rgb(185,195,209); }
td.TdClassName
{
border-color: #B9C3D1;
}
.TagClassName
{
border-color: #B9C3D1;
}
</style>