Shades of Spindle #BDCEDB
Tints of Spindle #BDCEDB
RGB
CMYK
RGB Variations
Color information
#BDCEDB (or 0xBDCEDB) is known color: Spindle. HEX triplet: BD, CE and DB. RGB value is (189,206,219). Sum of RGB (Red+Green+Blue) = 189+206+219=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEDB is #423124. Grayscale: #CACACA. Windows color (decimal): -4337957 or 14405309. OLE color: 14405309.
HSL color Cylindrical-coordinate representation of color #BDCEDB: hue angle of 206º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCEDB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 206 | 219 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.14 |
| HSL | 206º | 0.29% | 0.8% | - |
| HSV(B) | 206º | 0.14% | 0.86% | - |
| XYZ | 55.84 | 60.08 | 75.67 | - |
| YUV | 202.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 219 | 0.14 | 0.06 | 0 | 0.14 | 206 | 0.29 | 0.8 |
| Hex | BD | CE | DB | E | 6 | 0 | E | CE | 1D | 50 |
| Octal | 275 | 316 | 333 | 16 | 6 | 0 | 16 | 316 | 35 | 120 |
| Binary | 10111101 | 11001110 | 11011011 | 1110 | 110 | 0 | 1110 | 11001110 | 11101 | 1010000 |
Color Harmonies of #BDCEDB
Complementary color
Monochromatic Colors of #BDCEDB
Black with #BDCEDB
Text Example
Text Example
White with #BDCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEDB; }
p { color: rgb(189,206,219); }
H1.HeaderClassName
{
color: #BDCEDB;
}
.AnyTagClassName
{
color: #BDCEDB;
}
</style>
background-color css
<style>
a { background-color: #BDCEDB; }
a { background-color: rgb(189,206,219); }
div.DivClassName
{
background-color: #BDCEDB;
}
.BgClassName
{
background-color: #BDCEDB;
}
</style>
border-color css
<style>
span { border-color: #BDCEDB; }
span { border-color: rgb(189,206,219); }
td.TdClassName
{
border-color: #BDCEDB;
}
.TagClassName
{
border-color: #BDCEDB;
}
</style>