Shades of Spindle #BAC9DC
Tints of Spindle #BAC9DC
RGB
CMYK
RGB Variations
Color information
#BAC9DC (or 0xBAC9DC) is known color: Spindle. HEX triplet: BA, C9 and DC. RGB value is (186,201,220). Sum of RGB (Red+Green+Blue) = 186+201+220=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DC is #453623. Grayscale: #C6C6C6. Windows color (decimal): -4535844 or 14469562. OLE color: 14469562.
HSL color Cylindrical-coordinate representation of color #BAC9DC: hue angle of 213.53º 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 #BAC9DC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 201 | 220 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.14 |
| HSL | 213.53º | 0.33% | 0.8% | - |
| HSV(B) | 213.53º | 0.15% | 0.86% | - |
| XYZ | 54.05 | 57.38 | 75.94 | - |
| YUV | 198.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 220 | 0.15 | 0.09 | 0 | 0.14 | 213.53 | 0.33 | 0.8 |
| Hex | BA | C9 | DC | F | 9 | 0 | E | D6 | 21 | 50 |
| Octal | 272 | 311 | 334 | 17 | 11 | 0 | 16 | 326 | 41 | 120 |
| Binary | 10111010 | 11001001 | 11011100 | 1111 | 1001 | 0 | 1110 | 11010110 | 100001 | 1010000 |
Color Harmonies of #BAC9DC
Complementary color
Monochromatic Colors of #BAC9DC
Black with #BAC9DC
Text Example
Text Example
White with #BAC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9DC; }
p { color: rgb(186,201,220); }
H1.HeaderClassName
{
color: #BAC9DC;
}
.AnyTagClassName
{
color: #BAC9DC;
}
</style>
background-color css
<style>
a { background-color: #BAC9DC; }
a { background-color: rgb(186,201,220); }
div.DivClassName
{
background-color: #BAC9DC;
}
.BgClassName
{
background-color: #BAC9DC;
}
</style>
border-color css
<style>
span { border-color: #BAC9DC; }
span { border-color: rgb(186,201,220); }
td.TdClassName
{
border-color: #BAC9DC;
}
.TagClassName
{
border-color: #BAC9DC;
}
</style>