Shades of Spindle #BACEDC
Tints of Spindle #BACEDC
RGB
CMYK
RGB Variations
Color information
#BACEDC (or 0xBACEDC) is known color: Spindle. HEX triplet: BA, CE and DC. RGB value is (186,206,220). Sum of RGB (Red+Green+Blue) = 186+206+220=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDC is #453123. Grayscale: #C9C9C9. Windows color (decimal): -4534564 or 14470842. OLE color: 14470842.
HSL color Cylindrical-coordinate representation of color #BACEDC: hue angle of 204.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACEDC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 206 | 220 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 204.71º | 0.33% | 0.8% | - |
| HSV(B) | 204.71º | 0.15% | 0.86% | - |
| XYZ | 55.24 | 59.75 | 76.33 | - |
| YUV | 201.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 220 | 0.15 | 0.06 | 0 | 0.14 | 204.71 | 0.33 | 0.8 |
| Hex | BA | CE | DC | F | 6 | 0 | E | CD | 21 | 50 |
| Octal | 272 | 316 | 334 | 17 | 6 | 0 | 16 | 315 | 41 | 120 |
| Binary | 10111010 | 11001110 | 11011100 | 1111 | 110 | 0 | 1110 | 11001101 | 100001 | 1010000 |
Color Harmonies of #BACEDC
Complementary color
Monochromatic Colors of #BACEDC
Black with #BACEDC
Text Example
Text Example
White with #BACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEDC; }
p { color: rgb(186,206,220); }
H1.HeaderClassName
{
color: #BACEDC;
}
.AnyTagClassName
{
color: #BACEDC;
}
</style>
background-color css
<style>
a { background-color: #BACEDC; }
a { background-color: rgb(186,206,220); }
div.DivClassName
{
background-color: #BACEDC;
}
.BgClassName
{
background-color: #BACEDC;
}
</style>
border-color css
<style>
span { border-color: #BACEDC; }
span { border-color: rgb(186,206,220); }
td.TdClassName
{
border-color: #BACEDC;
}
.TagClassName
{
border-color: #BACEDC;
}
</style>