Shades of Spindle #BDCADB
Tints of Spindle #BDCADB
RGB
CMYK
RGB Variations
Color information
#BDCADB (or 0xBDCADB) is known color: Spindle. HEX triplet: BD, CA and DB. RGB value is (189,202,219). Sum of RGB (Red+Green+Blue) = 189+202+219=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCADB is #423524. Grayscale: #C7C7C7. Windows color (decimal): -4338981 or 14404285. OLE color: 14404285.
HSL color Cylindrical-coordinate representation of color #BDCADB: hue angle of 214º 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 #BDCADB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 202 | 219 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.14 |
| HSL | 214º | 0.29% | 0.8% | - |
| HSV(B) | 214º | 0.14% | 0.86% | - |
| XYZ | 54.89 | 58.17 | 75.35 | - |
| YUV | 200.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 219 | 0.14 | 0.08 | 0 | 0.14 | 214 | 0.29 | 0.8 |
| Hex | BD | CA | DB | E | 8 | 0 | E | D6 | 1D | 50 |
| Octal | 275 | 312 | 333 | 16 | 10 | 0 | 16 | 326 | 35 | 120 |
| Binary | 10111101 | 11001010 | 11011011 | 1110 | 1000 | 0 | 1110 | 11010110 | 11101 | 1010000 |
Color Harmonies of #BDCADB
Complementary color
Monochromatic Colors of #BDCADB
Black with #BDCADB
Text Example
Text Example
White with #BDCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCADB; }
p { color: rgb(189,202,219); }
H1.HeaderClassName
{
color: #BDCADB;
}
.AnyTagClassName
{
color: #BDCADB;
}
</style>
background-color css
<style>
a { background-color: #BDCADB; }
a { background-color: rgb(189,202,219); }
div.DivClassName
{
background-color: #BDCADB;
}
.BgClassName
{
background-color: #BDCADB;
}
</style>
border-color css
<style>
span { border-color: #BDCADB; }
span { border-color: rgb(189,202,219); }
td.TdClassName
{
border-color: #BDCADB;
}
.TagClassName
{
border-color: #BDCADB;
}
</style>