Shades of Spindle #BDC5D0
Tints of Spindle #BDC5D0
RGB
CMYK
RGB Variations
Color information
#BDC5D0 (or 0xBDC5D0) is known color: Spindle. HEX triplet: BD, C5 and D0. RGB value is (189,197,208). Sum of RGB (Red+Green+Blue) = 189+197+208=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5D0 is #423A2F. Grayscale: #C3C3C3. Windows color (decimal): -4340272 or 13682109. OLE color: 13682109.
HSL color Cylindrical-coordinate representation of color #BDC5D0: hue angle of 214.74º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC5D0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 197 | 208 | - |
CMYK | 0.09 | 0.05 | 0 | 0.18 |
HSL | 214.74º | 0.17% | 0.78% | - |
HSV(B) | 214.74º | 0.09% | 0.82% | - |
XYZ | 52.34 | 55.31 | 67.59 | - |
YUV | 195.86 | 134.85 | 123.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 197 | 208 | 0.09 | 0.05 | 0 | 0.18 | 214.74 | 0.17 | 0.78 |
Hex | BD | C5 | D0 | 9 | 5 | 0 | 12 | D7 | 11 | 4E |
Octal | 275 | 305 | 320 | 11 | 5 | 0 | 22 | 327 | 21 | 116 |
Binary | 10111101 | 11000101 | 11010000 | 1001 | 101 | 0 | 10010 | 11010111 | 10001 | 1001110 |
Color Harmonies of #BDC5D0
Complementary color
Monochromatic Colors of #BDC5D0
Black with #BDC5D0
Text Example
Text Example
White with #BDC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5D0; }
p { color: rgb(189,197,208); }
H1.HeaderClassName
{
color: #BDC5D0;
}
.AnyTagClassName
{
color: #BDC5D0;
}
</style>
background-color css
<style>
a { background-color: #BDC5D0; }
a { background-color: rgb(189,197,208); }
div.DivClassName
{
background-color: #BDC5D0;
}
.BgClassName
{
background-color: #BDC5D0;
}
</style>
border-color css
<style>
span { border-color: #BDC5D0; }
span { border-color: rgb(189,197,208); }
td.TdClassName
{
border-color: #BDC5D0;
}
.TagClassName
{
border-color: #BDC5D0;
}
</style>