Shades of Spindle #BDD0DD
Tints of Spindle #BDD0DD
RGB
CMYK
RGB Variations
Color information
#BDD0DD (or 0xBDD0DD) is known color: Spindle. HEX triplet: BD, D0 and DD. RGB value is (189,208,221). Sum of RGB (Red+Green+Blue) = 189+208+221=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DD is #422F22. Grayscale: #CBCBCB. Windows color (decimal): -4337443 or 14536893. OLE color: 14536893.
HSL color Cylindrical-coordinate representation of color #BDD0DD: hue angle of 204.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD0DD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 208 | 221 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 204.38º | 0.32% | 0.8% | - |
| HSV(B) | 204.38º | 0.14% | 0.87% | - |
| XYZ | 56.59 | 61.15 | 77.23 | - |
| YUV | 203.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 221 | 0.14 | 0.06 | 0 | 0.13 | 204.38 | 0.32 | 0.8 |
| Hex | BD | D0 | DD | E | 6 | 0 | D | CC | 20 | 50 |
| Octal | 275 | 320 | 335 | 16 | 6 | 0 | 15 | 314 | 40 | 120 |
| Binary | 10111101 | 11010000 | 11011101 | 1110 | 110 | 0 | 1101 | 11001100 | 100000 | 1010000 |
Color Harmonies of #BDD0DD
Complementary color
Monochromatic Colors of #BDD0DD
Black with #BDD0DD
Text Example
Text Example
White with #BDD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0DD; }
p { color: rgb(189,208,221); }
H1.HeaderClassName
{
color: #BDD0DD;
}
.AnyTagClassName
{
color: #BDD0DD;
}
</style>
background-color css
<style>
a { background-color: #BDD0DD; }
a { background-color: rgb(189,208,221); }
div.DivClassName
{
background-color: #BDD0DD;
}
.BgClassName
{
background-color: #BDD0DD;
}
</style>
border-color css
<style>
span { border-color: #BDD0DD; }
span { border-color: rgb(189,208,221); }
td.TdClassName
{
border-color: #BDD0DD;
}
.TagClassName
{
border-color: #BDD0DD;
}
</style>