Shades of Spindle #B9BDC9
Tints of Spindle #B9BDC9
RGB
CMYK
RGB Variations
Color information
#B9BDC9 (or 0xB9BDC9) is known color: Spindle. HEX triplet: B9, BD and C9. RGB value is (185,189,201). Sum of RGB (Red+Green+Blue) = 185+189+201=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC9 is #464236. Grayscale: #BDBDBD. Windows color (decimal): -4604471 or 13221305. OLE color: 13221305.
HSL color Cylindrical-coordinate representation of color #B9BDC9: hue angle of 225º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9BDC9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 189 | 201 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.21 |
| HSL | 225º | 0.13% | 0.76% | - |
| HSV(B) | 225º | 0.08% | 0.79% | - |
| XYZ | 48.75 | 50.93 | 62.52 | - |
| YUV | 189.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 201 | 0.08 | 0.06 | 0 | 0.21 | 225 | 0.13 | 0.76 |
| Hex | B9 | BD | C9 | 8 | 6 | 0 | 15 | E1 | D | 4C |
| Octal | 271 | 275 | 311 | 10 | 6 | 0 | 25 | 341 | 15 | 114 |
| Binary | 10111001 | 10111101 | 11001001 | 1000 | 110 | 0 | 10101 | 11100001 | 1101 | 1001100 |
Color Harmonies of #B9BDC9
Complementary color
Monochromatic Colors of #B9BDC9
Black with #B9BDC9
Text Example
Text Example
White with #B9BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BDC9; }
p { color: rgb(185,189,201); }
H1.HeaderClassName
{
color: #B9BDC9;
}
.AnyTagClassName
{
color: #B9BDC9;
}
</style>
background-color css
<style>
a { background-color: #B9BDC9; }
a { background-color: rgb(185,189,201); }
div.DivClassName
{
background-color: #B9BDC9;
}
.BgClassName
{
background-color: #B9BDC9;
}
</style>
border-color css
<style>
span { border-color: #B9BDC9; }
span { border-color: rgb(185,189,201); }
td.TdClassName
{
border-color: #B9BDC9;
}
.TagClassName
{
border-color: #B9BDC9;
}
</style>