Shades of Spindle #BDCDD9
Tints of Spindle #BDCDD9
RGB
CMYK
RGB Variations
Color information
#BDCDD9 (or 0xBDCDD9) is known color: Spindle. HEX triplet: BD, CD and D9. RGB value is (189,205,217). Sum of RGB (Red+Green+Blue) = 189+205+217=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD9 is #423226. Grayscale: #C9C9C9. Windows color (decimal): -4338215 or 14273981. OLE color: 14273981.
HSL color Cylindrical-coordinate representation of color #BDCDD9: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCDD9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 205 | 217 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 205.71º | 0.27% | 0.8% | - |
| HSV(B) | 205.71º | 0.13% | 0.85% | - |
| XYZ | 55.34 | 59.49 | 74.21 | - |
| YUV | 201.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 217 | 0.13 | 0.06 | 0 | 0.15 | 205.71 | 0.27 | 0.8 |
| Hex | BD | CD | D9 | D | 6 | 0 | F | CE | 1B | 50 |
| Octal | 275 | 315 | 331 | 15 | 6 | 0 | 17 | 316 | 33 | 120 |
| Binary | 10111101 | 11001101 | 11011001 | 1101 | 110 | 0 | 1111 | 11001110 | 11011 | 1010000 |
Color Harmonies of #BDCDD9
Complementary color
Monochromatic Colors of #BDCDD9
Black with #BDCDD9
Text Example
Text Example
White with #BDCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDD9; }
p { color: rgb(189,205,217); }
H1.HeaderClassName
{
color: #BDCDD9;
}
.AnyTagClassName
{
color: #BDCDD9;
}
</style>
background-color css
<style>
a { background-color: #BDCDD9; }
a { background-color: rgb(189,205,217); }
div.DivClassName
{
background-color: #BDCDD9;
}
.BgClassName
{
background-color: #BDCDD9;
}
</style>
border-color css
<style>
span { border-color: #BDCDD9; }
span { border-color: rgb(189,205,217); }
td.TdClassName
{
border-color: #BDCDD9;
}
.TagClassName
{
border-color: #BDCDD9;
}
</style>