Shades of Spindle #BDC4D0
Tints of Spindle #BDC4D0
RGB
CMYK
RGB Variations
Color information
#BDC4D0 (or 0xBDC4D0) is known color: Spindle. HEX triplet: BD, C4 and D0. RGB value is (189,196,208). Sum of RGB (Red+Green+Blue) = 189+196+208=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4D0 is #423B2F. Grayscale: #C3C3C3. Windows color (decimal): -4340528 or 13681853. OLE color: 13681853.
HSL color Cylindrical-coordinate representation of color #BDC4D0: hue angle of 217.89º 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 #BDC4D0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 196 | 208 | - |
CMYK | 0.09 | 0.06 | 0 | 0.18 |
HSL | 217.89º | 0.17% | 0.78% | - |
HSV(B) | 217.89º | 0.09% | 0.82% | - |
XYZ | 52.11 | 54.85 | 67.52 | - |
YUV | 195.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 208 | 0.09 | 0.06 | 0 | 0.18 | 217.89 | 0.17 | 0.78 |
Hex | BD | C4 | D0 | 9 | 6 | 0 | 12 | DA | 11 | 4E |
Octal | 275 | 304 | 320 | 11 | 6 | 0 | 22 | 332 | 21 | 116 |
Binary | 10111101 | 11000100 | 11010000 | 1001 | 110 | 0 | 10010 | 11011010 | 10001 | 1001110 |
Color Harmonies of #BDC4D0
Complementary color
Monochromatic Colors of #BDC4D0
Black with #BDC4D0
Text Example
Text Example
White with #BDC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4D0; }
p { color: rgb(189,196,208); }
H1.HeaderClassName
{
color: #BDC4D0;
}
.AnyTagClassName
{
color: #BDC4D0;
}
</style>
background-color css
<style>
a { background-color: #BDC4D0; }
a { background-color: rgb(189,196,208); }
div.DivClassName
{
background-color: #BDC4D0;
}
.BgClassName
{
background-color: #BDC4D0;
}
</style>
border-color css
<style>
span { border-color: #BDC4D0; }
span { border-color: rgb(189,196,208); }
td.TdClassName
{
border-color: #BDC4D0;
}
.TagClassName
{
border-color: #BDC4D0;
}
</style>