Shades of Spindle #BACCDB
Tints of Spindle #BACCDB
RGB
CMYK
RGB Variations
Color information
#BACCDB (or 0xBACCDB) is known color: Spindle. HEX triplet: BA, CC and DB. RGB value is (186,204,219). Sum of RGB (Red+Green+Blue) = 186+204+219=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 204 (80.08% from 255 or 33.50% 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 #BACCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCDB is #453324. Grayscale: #C8C8C8. Windows color (decimal): -4535077 or 14404794. OLE color: 14404794.
HSL color Cylindrical-coordinate representation of color #BACCDB: hue angle of 207.27º 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 #BACCDB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 204 | 219 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.14 |
| HSL | 207.27º | 0.31% | 0.79% | - |
| HSV(B) | 207.27º | 0.15% | 0.86% | - |
| XYZ | 54.63 | 58.74 | 75.48 | - |
| YUV | 200.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 219 | 0.15 | 0.07 | 0 | 0.14 | 207.27 | 0.31 | 0.79 |
| Hex | BA | CC | DB | F | 7 | 0 | E | CF | 1F | 4F |
| Octal | 272 | 314 | 333 | 17 | 7 | 0 | 16 | 317 | 37 | 117 |
| Binary | 10111010 | 11001100 | 11011011 | 1111 | 111 | 0 | 1110 | 11001111 | 11111 | 1001111 |
Color Harmonies of #BACCDB
Complementary color
Monochromatic Colors of #BACCDB
Black with #BACCDB
Text Example
Text Example
White with #BACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCDB; }
p { color: rgb(186,204,219); }
H1.HeaderClassName
{
color: #BACCDB;
}
.AnyTagClassName
{
color: #BACCDB;
}
</style>
background-color css
<style>
a { background-color: #BACCDB; }
a { background-color: rgb(186,204,219); }
div.DivClassName
{
background-color: #BACCDB;
}
.BgClassName
{
background-color: #BACCDB;
}
</style>
border-color css
<style>
span { border-color: #BACCDB; }
span { border-color: rgb(186,204,219); }
td.TdClassName
{
border-color: #BACCDB;
}
.TagClassName
{
border-color: #BACCDB;
}
</style>