Shades of Spindle #BACADB
Tints of Spindle #BACADB
RGB
CMYK
RGB Variations
Color information
#BACADB (or 0xBACADB) is known color: Spindle. HEX triplet: BA, CA and DB. RGB value is (186,202,219). Sum of RGB (Red+Green+Blue) = 186+202+219=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #BACADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACADB is #453524. Grayscale: #C7C7C7. Windows color (decimal): -4535589 or 14404282. OLE color: 14404282.
HSL color Cylindrical-coordinate representation of color #BACADB: hue angle of 210.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACADB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 202 | 219 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.14 |
| HSL | 210.91º | 0.31% | 0.79% | - |
| HSV(B) | 210.91º | 0.15% | 0.86% | - |
| XYZ | 54.16 | 57.79 | 75.32 | - |
| YUV | 199.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 219 | 0.15 | 0.08 | 0 | 0.14 | 210.91 | 0.31 | 0.79 |
| Hex | BA | CA | DB | F | 8 | 0 | E | D3 | 1F | 4F |
| Octal | 272 | 312 | 333 | 17 | 10 | 0 | 16 | 323 | 37 | 117 |
| Binary | 10111010 | 11001010 | 11011011 | 1111 | 1000 | 0 | 1110 | 11010011 | 11111 | 1001111 |
Color Harmonies of #BACADB
Complementary color
Monochromatic Colors of #BACADB
Black with #BACADB
Text Example
Text Example
White with #BACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACADB; }
p { color: rgb(186,202,219); }
H1.HeaderClassName
{
color: #BACADB;
}
.AnyTagClassName
{
color: #BACADB;
}
</style>
background-color css
<style>
a { background-color: #BACADB; }
a { background-color: rgb(186,202,219); }
div.DivClassName
{
background-color: #BACADB;
}
.BgClassName
{
background-color: #BACADB;
}
</style>
border-color css
<style>
span { border-color: #BACADB; }
span { border-color: rgb(186,202,219); }
td.TdClassName
{
border-color: #BACADB;
}
.TagClassName
{
border-color: #BACADB;
}
</style>