Shades of Spindle #BDC2C7
Tints of Spindle #BDC2C7
RGB
CMYK
RGB Variations
Color information
#BDC2C7 (or 0xBDC2C7) is known color: Spindle. HEX triplet: BD, C2 and C7. RGB value is (189,194,199). Sum of RGB (Red+Green+Blue) = 189+194+199=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C7 is #423D38. Grayscale: #C1C1C1. Windows color (decimal): -4341049 or 13091517. OLE color: 13091517.
HSL color Cylindrical-coordinate representation of color #BDC2C7: hue angle of 210º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC2C7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 194 | 199 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.22 |
| HSL | 210º | 0.08% | 0.76% | - |
| HSV(B) | 210º | 0.05% | 0.78% | - |
| XYZ | 50.59 | 53.53 | 61.7 | - |
| YUV | 193.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 199 | 0.05 | 0.03 | 0 | 0.22 | 210 | 0.08 | 0.76 |
| Hex | BD | C2 | C7 | 5 | 3 | 0 | 16 | D2 | 8 | 4C |
| Octal | 275 | 302 | 307 | 5 | 3 | 0 | 26 | 322 | 10 | 114 |
| Binary | 10111101 | 11000010 | 11000111 | 101 | 11 | 0 | 10110 | 11010010 | 1000 | 1001100 |
Color Harmonies of #BDC2C7
Complementary color
Monochromatic Colors of #BDC2C7
Black with #BDC2C7
Text Example
Text Example
White with #BDC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2C7; }
p { color: rgb(189,194,199); }
H1.HeaderClassName
{
color: #BDC2C7;
}
.AnyTagClassName
{
color: #BDC2C7;
}
</style>
background-color css
<style>
a { background-color: #BDC2C7; }
a { background-color: rgb(189,194,199); }
div.DivClassName
{
background-color: #BDC2C7;
}
.BgClassName
{
background-color: #BDC2C7;
}
</style>
border-color css
<style>
span { border-color: #BDC2C7; }
span { border-color: rgb(189,194,199); }
td.TdClassName
{
border-color: #BDC2C7;
}
.TagClassName
{
border-color: #BDC2C7;
}
</style>