Shades of Spindle #BDCEDA
Tints of Spindle #BDCEDA
RGB
CMYK
RGB Variations
Color information
#BDCEDA (or 0xBDCEDA) is known color: Spindle. HEX triplet: BD, CE and DA. RGB value is (189,206,218). Sum of RGB (Red+Green+Blue) = 189+206+218=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEDA is #423125. Grayscale: #CACACA. Windows color (decimal): -4337958 or 14339773. OLE color: 14339773.
HSL color Cylindrical-coordinate representation of color #BDCEDA: hue angle of 204.83º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCEDA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 206 | 218 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 204.83º | 0.28% | 0.8% | - |
| HSV(B) | 204.83º | 0.13% | 0.85% | - |
| XYZ | 55.71 | 60.02 | 74.98 | - |
| YUV | 202.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 218 | 0.13 | 0.06 | 0 | 0.15 | 204.83 | 0.28 | 0.8 |
| Hex | BD | CE | DA | D | 6 | 0 | F | CD | 1C | 50 |
| Octal | 275 | 316 | 332 | 15 | 6 | 0 | 17 | 315 | 34 | 120 |
| Binary | 10111101 | 11001110 | 11011010 | 1101 | 110 | 0 | 1111 | 11001101 | 11100 | 1010000 |
Color Harmonies of #BDCEDA
Complementary color
Monochromatic Colors of #BDCEDA
Black with #BDCEDA
Text Example
Text Example
White with #BDCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEDA; }
p { color: rgb(189,206,218); }
H1.HeaderClassName
{
color: #BDCEDA;
}
.AnyTagClassName
{
color: #BDCEDA;
}
</style>
background-color css
<style>
a { background-color: #BDCEDA; }
a { background-color: rgb(189,206,218); }
div.DivClassName
{
background-color: #BDCEDA;
}
.BgClassName
{
background-color: #BDCEDA;
}
</style>
border-color css
<style>
span { border-color: #BDCEDA; }
span { border-color: rgb(189,206,218); }
td.TdClassName
{
border-color: #BDCEDA;
}
.TagClassName
{
border-color: #BDCEDA;
}
</style>