Shades of Spindle #BDD1DD
Tints of Spindle #BDD1DD
RGB
CMYK
RGB Variations
Color information
#BDD1DD (or 0xBDD1DD) is known color: Spindle. HEX triplet: BD, D1 and DD. RGB value is (189,209,221). Sum of RGB (Red+Green+Blue) = 189+209+221=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1DD is #422E22. Grayscale: #CCCCCC. Windows color (decimal): -4337187 or 14537149. OLE color: 14537149.
HSL color Cylindrical-coordinate representation of color #BDD1DD: hue angle of 202.5º 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 #BDD1DD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 209 | 221 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 202.5º | 0.32% | 0.8% | - |
| HSV(B) | 202.5º | 0.14% | 0.87% | - |
| XYZ | 56.84 | 61.64 | 77.31 | - |
| YUV | 204.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 221 | 0.14 | 0.05 | 0 | 0.13 | 202.5 | 0.32 | 0.8 |
| Hex | BD | D1 | DD | E | 5 | 0 | D | CA | 20 | 50 |
| Octal | 275 | 321 | 335 | 16 | 5 | 0 | 15 | 312 | 40 | 120 |
| Binary | 10111101 | 11010001 | 11011101 | 1110 | 101 | 0 | 1101 | 11001010 | 100000 | 1010000 |
Color Harmonies of #BDD1DD
Complementary color
Monochromatic Colors of #BDD1DD
Black with #BDD1DD
Text Example
Text Example
White with #BDD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1DD; }
p { color: rgb(189,209,221); }
H1.HeaderClassName
{
color: #BDD1DD;
}
.AnyTagClassName
{
color: #BDD1DD;
}
</style>
background-color css
<style>
a { background-color: #BDD1DD; }
a { background-color: rgb(189,209,221); }
div.DivClassName
{
background-color: #BDD1DD;
}
.BgClassName
{
background-color: #BDD1DD;
}
</style>
border-color css
<style>
span { border-color: #BDD1DD; }
span { border-color: rgb(189,209,221); }
td.TdClassName
{
border-color: #BDD1DD;
}
.TagClassName
{
border-color: #BDD1DD;
}
</style>