Shades of Spindle #B9BFD1
Tints of Spindle #B9BFD1
RGB
CMYK
RGB Variations
Color information
#B9BFD1 (or 0xB9BFD1) is known color: Spindle. HEX triplet: B9, BF and D1. RGB value is (185,191,209). Sum of RGB (Red+Green+Blue) = 185+191+209=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFD1 is #46402E. Grayscale: #BFBFBF. Windows color (decimal): -4603951 or 13746105. OLE color: 13746105.
HSL color Cylindrical-coordinate representation of color #B9BFD1: hue angle of 225º 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 #B9BFD1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 191 | 209 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.18 |
| HSL | 225º | 0.21% | 0.77% | - |
| HSV(B) | 225º | 0.11% | 0.82% | - |
| XYZ | 50.15 | 52.18 | 67.75 | - |
| YUV | 191.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 209 | 0.11 | 0.09 | 0 | 0.18 | 225 | 0.21 | 0.77 |
| Hex | B9 | BF | D1 | B | 9 | 0 | 12 | E1 | 15 | 4D |
| Octal | 271 | 277 | 321 | 13 | 11 | 0 | 22 | 341 | 25 | 115 |
| Binary | 10111001 | 10111111 | 11010001 | 1011 | 1001 | 0 | 10010 | 11100001 | 10101 | 1001101 |
Color Harmonies of #B9BFD1
Complementary color
Monochromatic Colors of #B9BFD1
Black with #B9BFD1
Text Example
Text Example
White with #B9BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFD1; }
p { color: rgb(185,191,209); }
H1.HeaderClassName
{
color: #B9BFD1;
}
.AnyTagClassName
{
color: #B9BFD1;
}
</style>
background-color css
<style>
a { background-color: #B9BFD1; }
a { background-color: rgb(185,191,209); }
div.DivClassName
{
background-color: #B9BFD1;
}
.BgClassName
{
background-color: #B9BFD1;
}
</style>
border-color css
<style>
span { border-color: #B9BFD1; }
span { border-color: rgb(185,191,209); }
td.TdClassName
{
border-color: #B9BFD1;
}
.TagClassName
{
border-color: #B9BFD1;
}
</style>