Shades of Spindle #BDC4CD
Tints of Spindle #BDC4CD
RGB
CMYK
RGB Variations
Color information
#BDC4CD (or 0xBDC4CD) is known color: Spindle. HEX triplet: BD, C4 and CD. RGB value is (189,196,205). Sum of RGB (Red+Green+Blue) = 189+196+205=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CD is #423B32. Grayscale: #C2C2C2. Windows color (decimal): -4340531 or 13485245. OLE color: 13485245.
HSL color Cylindrical-coordinate representation of color #BDC4CD: hue angle of 213.75º 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 #BDC4CD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 189 | 196 | 205 | - |
CMYK | 0.08 | 0.04 | 0 | 0.20 |
HSL | 213.75º | 0.14% | 0.77% | - |
HSV(B) | 213.75º | 0.08% | 0.8% | - |
XYZ | 51.75 | 54.71 | 65.59 | - |
YUV | 194.93 | 133.68 | 123.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 205 | 0.08 | 0.04 | 0 | 0.20 | 213.75 | 0.14 | 0.77 |
Hex | BD | C4 | CD | 8 | 4 | 0 | 14 | D6 | E | 4D |
Octal | 275 | 304 | 315 | 10 | 4 | 0 | 24 | 326 | 16 | 115 |
Binary | 10111101 | 11000100 | 11001101 | 1000 | 100 | 0 | 10100 | 11010110 | 1110 | 1001101 |
Color Harmonies of #BDC4CD
Complementary color
Monochromatic Colors of #BDC4CD
Black with #BDC4CD
Text Example
Text Example
White with #BDC4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4CD; }
p { color: rgb(189,196,205); }
H1.HeaderClassName
{
color: #BDC4CD;
}
.AnyTagClassName
{
color: #BDC4CD;
}
</style>
background-color css
<style>
a { background-color: #BDC4CD; }
a { background-color: rgb(189,196,205); }
div.DivClassName
{
background-color: #BDC4CD;
}
.BgClassName
{
background-color: #BDC4CD;
}
</style>
border-color css
<style>
span { border-color: #BDC4CD; }
span { border-color: rgb(189,196,205); }
td.TdClassName
{
border-color: #BDC4CD;
}
.TagClassName
{
border-color: #BDC4CD;
}
</style>