Shades of Spindle #BDC9CF
Tints of Spindle #BDC9CF
RGB
CMYK
RGB Variations
Color information
#BDC9CF (or 0xBDC9CF) is known color: Spindle. HEX triplet: BD, C9 and CF. RGB value is (189,201,207). Sum of RGB (Red+Green+Blue) = 189+201+207=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CF is #423630. Grayscale: #C6C6C6. Windows color (decimal): -4339249 or 13617597. OLE color: 13617597.
HSL color Cylindrical-coordinate representation of color #BDC9CF: hue angle of 200º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC9CF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 201 | 207 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.19 |
| HSL | 200º | 0.16% | 0.78% | - |
| HSV(B) | 200º | 0.09% | 0.81% | - |
| XYZ | 53.14 | 57.1 | 67.25 | - |
| YUV | 198.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 207 | 0.09 | 0.03 | 0 | 0.19 | 200 | 0.16 | 0.78 |
| Hex | BD | C9 | CF | 9 | 3 | 0 | 13 | C8 | 10 | 4E |
| Octal | 275 | 311 | 317 | 11 | 3 | 0 | 23 | 310 | 20 | 116 |
| Binary | 10111101 | 11001001 | 11001111 | 1001 | 11 | 0 | 10011 | 11001000 | 10000 | 1001110 |
Color Harmonies of #BDC9CF
Complementary color
Monochromatic Colors of #BDC9CF
Black with #BDC9CF
Text Example
Text Example
White with #BDC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9CF; }
p { color: rgb(189,201,207); }
H1.HeaderClassName
{
color: #BDC9CF;
}
.AnyTagClassName
{
color: #BDC9CF;
}
</style>
background-color css
<style>
a { background-color: #BDC9CF; }
a { background-color: rgb(189,201,207); }
div.DivClassName
{
background-color: #BDC9CF;
}
.BgClassName
{
background-color: #BDC9CF;
}
</style>
border-color css
<style>
span { border-color: #BDC9CF; }
span { border-color: rgb(189,201,207); }
td.TdClassName
{
border-color: #BDC9CF;
}
.TagClassName
{
border-color: #BDC9CF;
}
</style>