Shades of Spindle #BDC4CE
Tints of Spindle #BDC4CE
RGB
CMYK
RGB Variations
Color information
#BDC4CE (or 0xBDC4CE) is known color: Spindle. HEX triplet: BD, C4 and CE. RGB value is (189,196,206). Sum of RGB (Red+Green+Blue) = 189+196+206=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CE is #423B31. Grayscale: #C3C3C3. Windows color (decimal): -4340530 or 13550781. OLE color: 13550781.
HSL color Cylindrical-coordinate representation of color #BDC4CE: hue angle of 215.29º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC4CE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 196 | 206 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.19 |
| HSL | 215.29º | 0.15% | 0.77% | - |
| HSV(B) | 215.29º | 0.08% | 0.81% | - |
| XYZ | 51.87 | 54.75 | 66.23 | - |
| YUV | 195.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 206 | 0.08 | 0.05 | 0 | 0.19 | 215.29 | 0.15 | 0.77 |
| Hex | BD | C4 | CE | 8 | 5 | 0 | 13 | D7 | F | 4D |
| Octal | 275 | 304 | 316 | 10 | 5 | 0 | 23 | 327 | 17 | 115 |
| Binary | 10111101 | 11000100 | 11001110 | 1000 | 101 | 0 | 10011 | 11010111 | 1111 | 1001101 |
Color Harmonies of #BDC4CE
Complementary color
Monochromatic Colors of #BDC4CE
Black with #BDC4CE
Text Example
Text Example
White with #BDC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4CE; }
p { color: rgb(189,196,206); }
H1.HeaderClassName
{
color: #BDC4CE;
}
.AnyTagClassName
{
color: #BDC4CE;
}
</style>
background-color css
<style>
a { background-color: #BDC4CE; }
a { background-color: rgb(189,196,206); }
div.DivClassName
{
background-color: #BDC4CE;
}
.BgClassName
{
background-color: #BDC4CE;
}
</style>
border-color css
<style>
span { border-color: #BDC4CE; }
span { border-color: rgb(189,196,206); }
td.TdClassName
{
border-color: #BDC4CE;
}
.TagClassName
{
border-color: #BDC4CE;
}
</style>