Shades of Spindle #BDC2C8
Tints of Spindle #BDC2C8
RGB
CMYK
RGB Variations
Color information
#BDC2C8 (or 0xBDC2C8) is known color: Spindle. HEX triplet: BD, C2 and C8. RGB value is (189,194,200). Sum of RGB (Red+Green+Blue) = 189+194+200=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C8 is #423D37. Grayscale: #C1C1C1. Windows color (decimal): -4341048 or 13157053. OLE color: 13157053.
HSL color Cylindrical-coordinate representation of color #BDC2C8: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC2C8 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 194 | 200 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.22 |
| HSL | 212.73º | 0.09% | 0.76% | - |
| HSV(B) | 212.73º | 0.06% | 0.78% | - |
| XYZ | 50.7 | 53.57 | 62.31 | - |
| YUV | 193.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 200 | 0.06 | 0.03 | 0 | 0.22 | 212.73 | 0.09 | 0.76 |
| Hex | BD | C2 | C8 | 6 | 3 | 0 | 16 | D5 | 9 | 4C |
| Octal | 275 | 302 | 310 | 6 | 3 | 0 | 26 | 325 | 11 | 114 |
| Binary | 10111101 | 11000010 | 11001000 | 110 | 11 | 0 | 10110 | 11010101 | 1001 | 1001100 |
Color Harmonies of #BDC2C8
Complementary color
Monochromatic Colors of #BDC2C8
Black with #BDC2C8
Text Example
Text Example
White with #BDC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2C8; }
p { color: rgb(189,194,200); }
H1.HeaderClassName
{
color: #BDC2C8;
}
.AnyTagClassName
{
color: #BDC2C8;
}
</style>
background-color css
<style>
a { background-color: #BDC2C8; }
a { background-color: rgb(189,194,200); }
div.DivClassName
{
background-color: #BDC2C8;
}
.BgClassName
{
background-color: #BDC2C8;
}
</style>
border-color css
<style>
span { border-color: #BDC2C8; }
span { border-color: rgb(189,194,200); }
td.TdClassName
{
border-color: #BDC2C8;
}
.TagClassName
{
border-color: #BDC2C8;
}
</style>