Shades of Spindle #BACEDB
Tints of Spindle #BACEDB
RGB
CMYK
RGB Variations
Color information
#BACEDB (or 0xBACEDB) is known color: Spindle. HEX triplet: BA, CE and DB. RGB value is (186,206,219). Sum of RGB (Red+Green+Blue) = 186+206+219=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #BACEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDB is #453124. Grayscale: #C9C9C9. Windows color (decimal): -4534565 or 14405306. OLE color: 14405306.
HSL color Cylindrical-coordinate representation of color #BACEDB: hue angle of 203.64º 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 #BACEDB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 206 | 219 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 203.64º | 0.31% | 0.79% | - |
| HSV(B) | 203.64º | 0.15% | 0.86% | - |
| XYZ | 55.11 | 59.7 | 75.64 | - |
| YUV | 201.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 219 | 0.15 | 0.06 | 0 | 0.14 | 203.64 | 0.31 | 0.79 |
| Hex | BA | CE | DB | F | 6 | 0 | E | CC | 1F | 4F |
| Octal | 272 | 316 | 333 | 17 | 6 | 0 | 16 | 314 | 37 | 117 |
| Binary | 10111010 | 11001110 | 11011011 | 1111 | 110 | 0 | 1110 | 11001100 | 11111 | 1001111 |
Color Harmonies of #BACEDB
Complementary color
Monochromatic Colors of #BACEDB
Black with #BACEDB
Text Example
Text Example
White with #BACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEDB; }
p { color: rgb(186,206,219); }
H1.HeaderClassName
{
color: #BACEDB;
}
.AnyTagClassName
{
color: #BACEDB;
}
</style>
background-color css
<style>
a { background-color: #BACEDB; }
a { background-color: rgb(186,206,219); }
div.DivClassName
{
background-color: #BACEDB;
}
.BgClassName
{
background-color: #BACEDB;
}
</style>
border-color css
<style>
span { border-color: #BACEDB; }
span { border-color: rgb(186,206,219); }
td.TdClassName
{
border-color: #BACEDB;
}
.TagClassName
{
border-color: #BACEDB;
}
</style>