Shades of Spindle #BDD0E0
Tints of Spindle #BDD0E0
RGB
CMYK
RGB Variations
Color information
#BDD0E0 (or 0xBDD0E0) is known color: Spindle. HEX triplet: BD, D0 and E0. RGB value is (189,208,224). Sum of RGB (Red+Green+Blue) = 189+208+224=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0E0 is #422F1F. Grayscale: #CCCCCC. Windows color (decimal): -4337440 or 14733501. OLE color: 14733501.
HSL color Cylindrical-coordinate representation of color #BDD0E0: hue angle of 207.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD0E0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 208 | 224 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.12 |
| HSL | 207.43º | 0.36% | 0.81% | - |
| HSV(B) | 207.43º | 0.16% | 0.88% | - |
| XYZ | 57 | 61.31 | 79.35 | - |
| YUV | 204.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 224 | 0.16 | 0.07 | 0 | 0.12 | 207.43 | 0.36 | 0.81 |
| Hex | BD | D0 | E0 | 10 | 7 | 0 | C | CF | 24 | 51 |
| Octal | 275 | 320 | 340 | 20 | 7 | 0 | 14 | 317 | 44 | 121 |
| Binary | 10111101 | 11010000 | 11100000 | 10000 | 111 | 0 | 1100 | 11001111 | 100100 | 1010001 |
Color Harmonies of #BDD0E0
Complementary color
Monochromatic Colors of #BDD0E0
Black with #BDD0E0
Text Example
Text Example
White with #BDD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0E0; }
p { color: rgb(189,208,224); }
H1.HeaderClassName
{
color: #BDD0E0;
}
.AnyTagClassName
{
color: #BDD0E0;
}
</style>
background-color css
<style>
a { background-color: #BDD0E0; }
a { background-color: rgb(189,208,224); }
div.DivClassName
{
background-color: #BDD0E0;
}
.BgClassName
{
background-color: #BDD0E0;
}
</style>
border-color css
<style>
span { border-color: #BDD0E0; }
span { border-color: rgb(189,208,224); }
td.TdClassName
{
border-color: #BDD0E0;
}
.TagClassName
{
border-color: #BDD0E0;
}
</style>