Shades of Spindle #BCCADB
Tints of Spindle #BCCADB
RGB
CMYK
RGB Variations
Color information
#BCCADB (or 0xBCCADB) is known color: Spindle. HEX triplet: BC, CA and DB. RGB value is (188,202,219). Sum of RGB (Red+Green+Blue) = 188+202+219=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADB is #433524. Grayscale: #C7C7C7. Windows color (decimal): -4404517 or 14404284. OLE color: 14404284.
HSL color Cylindrical-coordinate representation of color #BCCADB: hue angle of 212.9º degrees, saturation: 0.3, 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 #BCCADB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 202 | 219 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.14 |
| HSL | 212.9º | 0.3% | 0.8% | - |
| HSV(B) | 212.9º | 0.14% | 0.86% | - |
| XYZ | 54.65 | 58.05 | 75.34 | - |
| YUV | 199.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 219 | 0.14 | 0.08 | 0 | 0.14 | 212.9 | 0.3 | 0.8 |
| Hex | BC | CA | DB | E | 8 | 0 | E | D5 | 1E | 50 |
| Octal | 274 | 312 | 333 | 16 | 10 | 0 | 16 | 325 | 36 | 120 |
| Binary | 10111100 | 11001010 | 11011011 | 1110 | 1000 | 0 | 1110 | 11010101 | 11110 | 1010000 |
Color Harmonies of #BCCADB
Complementary color
Monochromatic Colors of #BCCADB
Black with #BCCADB
Text Example
Text Example
White with #BCCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCADB; }
p { color: rgb(188,202,219); }
H1.HeaderClassName
{
color: #BCCADB;
}
.AnyTagClassName
{
color: #BCCADB;
}
</style>
background-color css
<style>
a { background-color: #BCCADB; }
a { background-color: rgb(188,202,219); }
div.DivClassName
{
background-color: #BCCADB;
}
.BgClassName
{
background-color: #BCCADB;
}
</style>
border-color css
<style>
span { border-color: #BCCADB; }
span { border-color: rgb(188,202,219); }
td.TdClassName
{
border-color: #BCCADB;
}
.TagClassName
{
border-color: #BCCADB;
}
</style>