Shades of Spindle #BDD1DE
Tints of Spindle #BDD1DE
RGB
CMYK
RGB Variations
Color information
#BDD1DE (or 0xBDD1DE) is known color: Spindle. HEX triplet: BD, D1 and DE. RGB value is (189,209,222). Sum of RGB (Red+Green+Blue) = 189+209+222=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1DE is #422E21. Grayscale: #CCCCCC. Windows color (decimal): -4337186 or 14602685. OLE color: 14602685.
HSL color Cylindrical-coordinate representation of color #BDD1DE: hue angle of 203.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD1DE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 209 | 222 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.13 |
| HSL | 203.64º | 0.33% | 0.81% | - |
| HSV(B) | 203.64º | 0.15% | 0.87% | - |
| XYZ | 56.97 | 61.69 | 78.01 | - |
| YUV | 204.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 222 | 0.15 | 0.06 | 0 | 0.13 | 203.64 | 0.33 | 0.81 |
| Hex | BD | D1 | DE | F | 6 | 0 | D | CC | 21 | 51 |
| Octal | 275 | 321 | 336 | 17 | 6 | 0 | 15 | 314 | 41 | 121 |
| Binary | 10111101 | 11010001 | 11011110 | 1111 | 110 | 0 | 1101 | 11001100 | 100001 | 1010001 |
Color Harmonies of #BDD1DE
Complementary color
Monochromatic Colors of #BDD1DE
Black with #BDD1DE
Text Example
Text Example
White with #BDD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1DE; }
p { color: rgb(189,209,222); }
H1.HeaderClassName
{
color: #BDD1DE;
}
.AnyTagClassName
{
color: #BDD1DE;
}
</style>
background-color css
<style>
a { background-color: #BDD1DE; }
a { background-color: rgb(189,209,222); }
div.DivClassName
{
background-color: #BDD1DE;
}
.BgClassName
{
background-color: #BDD1DE;
}
</style>
border-color css
<style>
span { border-color: #BDD1DE; }
span { border-color: rgb(189,209,222); }
td.TdClassName
{
border-color: #BDD1DE;
}
.TagClassName
{
border-color: #BDD1DE;
}
</style>