Shades of Spindle #B9BDC5
Tints of Spindle #B9BDC5
RGB
CMYK
RGB Variations
Color information
#B9BDC5 (or 0xB9BDC5) is known color: Spindle. HEX triplet: B9, BD and C5. RGB value is (185,189,197). Sum of RGB (Red+Green+Blue) = 185+189+197=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC5 is #46423A. Grayscale: #BCBCBC. Windows color (decimal): -4604475 or 12959161. OLE color: 12959161.
HSL color Cylindrical-coordinate representation of color #B9BDC5: hue angle of 220º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9BDC5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 189 | 197 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.23 |
| HSL | 220º | 0.09% | 0.75% | - |
| HSV(B) | 220º | 0.06% | 0.77% | - |
| XYZ | 48.28 | 50.74 | 60.07 | - |
| YUV | 188.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 197 | 0.06 | 0.04 | 0 | 0.23 | 220 | 0.09 | 0.75 |
| Hex | B9 | BD | C5 | 6 | 4 | 0 | 17 | DC | 9 | 4B |
| Octal | 271 | 275 | 305 | 6 | 4 | 0 | 27 | 334 | 11 | 113 |
| Binary | 10111001 | 10111101 | 11000101 | 110 | 100 | 0 | 10111 | 11011100 | 1001 | 1001011 |
Color Harmonies of #B9BDC5
Complementary color
Monochromatic Colors of #B9BDC5
Black with #B9BDC5
Text Example
Text Example
White with #B9BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BDC5; }
p { color: rgb(185,189,197); }
H1.HeaderClassName
{
color: #B9BDC5;
}
.AnyTagClassName
{
color: #B9BDC5;
}
</style>
background-color css
<style>
a { background-color: #B9BDC5; }
a { background-color: rgb(185,189,197); }
div.DivClassName
{
background-color: #B9BDC5;
}
.BgClassName
{
background-color: #B9BDC5;
}
</style>
border-color css
<style>
span { border-color: #B9BDC5; }
span { border-color: rgb(185,189,197); }
td.TdClassName
{
border-color: #B9BDC5;
}
.TagClassName
{
border-color: #B9BDC5;
}
</style>