Shades of Spindle #BDCEDD
Tints of Spindle #BDCEDD
RGB
CMYK
RGB Variations
Color information
#BDCEDD (or 0xBDCEDD) is known color: Spindle. HEX triplet: BD, CE and DD. RGB value is (189,206,221). Sum of RGB (Red+Green+Blue) = 189+206+221=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEDD is #423122. Grayscale: #CACACA. Windows color (decimal): -4337955 or 14536381. OLE color: 14536381.
HSL color Cylindrical-coordinate representation of color #BDCEDD: hue angle of 208.12º 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 #BDCEDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 189 | 206 | 221 | - |
CMYK | 0.14 | 0.07 | 0 | 0.13 |
HSL | 208.13º | 0.32% | 0.8% | - |
HSV(B) | 208.13º | 0.14% | 0.87% | - |
XYZ | 56.11 | 60.18 | 77.07 | - |
YUV | 202.63 | 138.37 | 118.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 221 | 0.14 | 0.07 | 0 | 0.13 | 208.13 | 0.32 | 0.8 |
Hex | BD | CE | DD | E | 7 | 0 | D | D0 | 20 | 50 |
Octal | 275 | 316 | 335 | 16 | 7 | 0 | 15 | 320 | 40 | 120 |
Binary | 10111101 | 11001110 | 11011101 | 1110 | 111 | 0 | 1101 | 11010000 | 100000 | 1010000 |
Color Harmonies of #BDCEDD
Complementary color
Monochromatic Colors of #BDCEDD
Black with #BDCEDD
Text Example
Text Example
White with #BDCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEDD; }
p { color: rgb(189,206,221); }
H1.HeaderClassName
{
color: #BDCEDD;
}
.AnyTagClassName
{
color: #BDCEDD;
}
</style>
background-color css
<style>
a { background-color: #BDCEDD; }
a { background-color: rgb(189,206,221); }
div.DivClassName
{
background-color: #BDCEDD;
}
.BgClassName
{
background-color: #BDCEDD;
}
</style>
border-color css
<style>
span { border-color: #BDCEDD; }
span { border-color: rgb(189,206,221); }
td.TdClassName
{
border-color: #BDCEDD;
}
.TagClassName
{
border-color: #BDCEDD;
}
</style>