Shades of Spindle #BDC7D4
Tints of Spindle #BDC7D4
RGB
CMYK
RGB Variations
Color information
#BDC7D4 (or 0xBDC7D4) is known color: Spindle. HEX triplet: BD, C7 and D4. RGB value is (189,199,212). Sum of RGB (Red+Green+Blue) = 189+199+212=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7D4 is #42382B. Grayscale: #C5C5C5. Windows color (decimal): -4339756 or 13944765. OLE color: 13944765.
HSL color Cylindrical-coordinate representation of color #BDC7D4: hue angle of 213.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC7D4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 199 | 212 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.17 |
| HSL | 213.91º | 0.21% | 0.79% | - |
| HSV(B) | 213.91º | 0.11% | 0.83% | - |
| XYZ | 53.29 | 56.42 | 70.37 | - |
| YUV | 197.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 212 | 0.11 | 0.06 | 0 | 0.17 | 213.91 | 0.21 | 0.79 |
| Hex | BD | C7 | D4 | B | 6 | 0 | 11 | D6 | 15 | 4F |
| Octal | 275 | 307 | 324 | 13 | 6 | 0 | 21 | 326 | 25 | 117 |
| Binary | 10111101 | 11000111 | 11010100 | 1011 | 110 | 0 | 10001 | 11010110 | 10101 | 1001111 |
Color Harmonies of #BDC7D4
Complementary color
Monochromatic Colors of #BDC7D4
Black with #BDC7D4
Text Example
Text Example
White with #BDC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7D4; }
p { color: rgb(189,199,212); }
H1.HeaderClassName
{
color: #BDC7D4;
}
.AnyTagClassName
{
color: #BDC7D4;
}
</style>
background-color css
<style>
a { background-color: #BDC7D4; }
a { background-color: rgb(189,199,212); }
div.DivClassName
{
background-color: #BDC7D4;
}
.BgClassName
{
background-color: #BDC7D4;
}
</style>
border-color css
<style>
span { border-color: #BDC7D4; }
span { border-color: rgb(189,199,212); }
td.TdClassName
{
border-color: #BDC7D4;
}
.TagClassName
{
border-color: #BDC7D4;
}
</style>