Shades of Spindle #BDC7D3
Tints of Spindle #BDC7D3
RGB
CMYK
RGB Variations
Color information
#BDC7D3 (or 0xBDC7D3) is known color: Spindle. HEX triplet: BD, C7 and D3. RGB value is (189,199,211). Sum of RGB (Red+Green+Blue) = 189+199+211=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7D3 is #42382C. Grayscale: #C5C5C5. Windows color (decimal): -4339757 or 13879229. OLE color: 13879229.
HSL color Cylindrical-coordinate representation of color #BDC7D3: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC7D3 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 199 | 211 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.17 |
| HSL | 212.73º | 0.2% | 0.78% | - |
| HSV(B) | 212.73º | 0.1% | 0.83% | - |
| XYZ | 53.17 | 56.37 | 69.71 | - |
| YUV | 197.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 211 | 0.10 | 0.06 | 0 | 0.17 | 212.73 | 0.2 | 0.78 |
| Hex | BD | C7 | D3 | A | 6 | 0 | 11 | D5 | 14 | 4E |
| Octal | 275 | 307 | 323 | 12 | 6 | 0 | 21 | 325 | 24 | 116 |
| Binary | 10111101 | 11000111 | 11010011 | 1010 | 110 | 0 | 10001 | 11010101 | 10100 | 1001110 |
Color Harmonies of #BDC7D3
Complementary color
Monochromatic Colors of #BDC7D3
Black with #BDC7D3
Text Example
Text Example
White with #BDC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7D3; }
p { color: rgb(189,199,211); }
H1.HeaderClassName
{
color: #BDC7D3;
}
.AnyTagClassName
{
color: #BDC7D3;
}
</style>
background-color css
<style>
a { background-color: #BDC7D3; }
a { background-color: rgb(189,199,211); }
div.DivClassName
{
background-color: #BDC7D3;
}
.BgClassName
{
background-color: #BDC7D3;
}
</style>
border-color css
<style>
span { border-color: #BDC7D3; }
span { border-color: rgb(189,199,211); }
td.TdClassName
{
border-color: #BDC7D3;
}
.TagClassName
{
border-color: #BDC7D3;
}
</style>