Shades of Spindle #BDD0DB
Tints of Spindle #BDD0DB
RGB
CMYK
RGB Variations
Color information
#BDD0DB (or 0xBDD0DB) is known color: Spindle. HEX triplet: BD, D0 and DB. RGB value is (189,208,219). Sum of RGB (Red+Green+Blue) = 189+208+219=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DB is #422F24. Grayscale: #CBCBCB. Windows color (decimal): -4337445 or 14405821. OLE color: 14405821.
HSL color Cylindrical-coordinate representation of color #BDD0DB: hue angle of 202º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD0DB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 208 | 219 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.14 |
| HSL | 202º | 0.29% | 0.8% | - |
| HSV(B) | 202º | 0.14% | 0.86% | - |
| XYZ | 56.33 | 61.05 | 75.83 | - |
| YUV | 203.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 219 | 0.14 | 0.05 | 0 | 0.14 | 202 | 0.29 | 0.8 |
| Hex | BD | D0 | DB | E | 5 | 0 | E | CA | 1D | 50 |
| Octal | 275 | 320 | 333 | 16 | 5 | 0 | 16 | 312 | 35 | 120 |
| Binary | 10111101 | 11010000 | 11011011 | 1110 | 101 | 0 | 1110 | 11001010 | 11101 | 1010000 |
Color Harmonies of #BDD0DB
Complementary color
Monochromatic Colors of #BDD0DB
Black with #BDD0DB
Text Example
Text Example
White with #BDD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0DB; }
p { color: rgb(189,208,219); }
H1.HeaderClassName
{
color: #BDD0DB;
}
.AnyTagClassName
{
color: #BDD0DB;
}
</style>
background-color css
<style>
a { background-color: #BDD0DB; }
a { background-color: rgb(189,208,219); }
div.DivClassName
{
background-color: #BDD0DB;
}
.BgClassName
{
background-color: #BDD0DB;
}
</style>
border-color css
<style>
span { border-color: #BDD0DB; }
span { border-color: rgb(189,208,219); }
td.TdClassName
{
border-color: #BDD0DB;
}
.TagClassName
{
border-color: #BDD0DB;
}
</style>