Shades of Spindle #BDC7CD
Tints of Spindle #BDC7CD
RGB
CMYK
RGB Variations
Color information
#BDC7CD (or 0xBDC7CD) is known color: Spindle. HEX triplet: BD, C7 and CD. RGB value is (189,199,205). Sum of RGB (Red+Green+Blue) = 189+199+205=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CD is #423832. Grayscale: #C4C4C4. Windows color (decimal): -4339763 or 13486013. OLE color: 13486013.
HSL color Cylindrical-coordinate representation of color #BDC7CD: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC7CD is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 199 | 205 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.20 |
| HSL | 202.5º | 0.14% | 0.77% | - |
| HSV(B) | 202.5º | 0.08% | 0.8% | - |
| XYZ | 52.43 | 56.07 | 65.82 | - |
| YUV | 196.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 205 | 0.08 | 0.03 | 0 | 0.20 | 202.5 | 0.14 | 0.77 |
| Hex | BD | C7 | CD | 8 | 3 | 0 | 14 | CA | E | 4D |
| Octal | 275 | 307 | 315 | 10 | 3 | 0 | 24 | 312 | 16 | 115 |
| Binary | 10111101 | 11000111 | 11001101 | 1000 | 11 | 0 | 10100 | 11001010 | 1110 | 1001101 |
Color Harmonies of #BDC7CD
Complementary color
Monochromatic Colors of #BDC7CD
Black with #BDC7CD
Text Example
Text Example
White with #BDC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7CD; }
p { color: rgb(189,199,205); }
H1.HeaderClassName
{
color: #BDC7CD;
}
.AnyTagClassName
{
color: #BDC7CD;
}
</style>
background-color css
<style>
a { background-color: #BDC7CD; }
a { background-color: rgb(189,199,205); }
div.DivClassName
{
background-color: #BDC7CD;
}
.BgClassName
{
background-color: #BDC7CD;
}
</style>
border-color css
<style>
span { border-color: #BDC7CD; }
span { border-color: rgb(189,199,205); }
td.TdClassName
{
border-color: #BDC7CD;
}
.TagClassName
{
border-color: #BDC7CD;
}
</style>