Shades of Spindle #BAC9DE
Tints of Spindle #BAC9DE
RGB
CMYK
RGB Variations
Color information
#BAC9DE (or 0xBAC9DE) is known color: Spindle. HEX triplet: BA, C9 and DE. RGB value is (186,201,222). Sum of RGB (Red+Green+Blue) = 186+201+222=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DE is #453621. Grayscale: #C6C6C6. Windows color (decimal): -4535842 or 14600634. OLE color: 14600634.
HSL color Cylindrical-coordinate representation of color #BAC9DE: hue angle of 215º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC9DE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 201 | 222 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 215º | 0.35% | 0.8% | - |
| HSV(B) | 215º | 0.16% | 0.87% | - |
| XYZ | 54.32 | 57.49 | 77.34 | - |
| YUV | 198.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 222 | 0.16 | 0.09 | 0 | 0.13 | 215 | 0.35 | 0.8 |
| Hex | BA | C9 | DE | 10 | 9 | 0 | D | D7 | 23 | 50 |
| Octal | 272 | 311 | 336 | 20 | 11 | 0 | 15 | 327 | 43 | 120 |
| Binary | 10111010 | 11001001 | 11011110 | 10000 | 1001 | 0 | 1101 | 11010111 | 100011 | 1010000 |
Color Harmonies of #BAC9DE
Complementary color
Monochromatic Colors of #BAC9DE
Black with #BAC9DE
Text Example
Text Example
White with #BAC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9DE; }
p { color: rgb(186,201,222); }
H1.HeaderClassName
{
color: #BAC9DE;
}
.AnyTagClassName
{
color: #BAC9DE;
}
</style>
background-color css
<style>
a { background-color: #BAC9DE; }
a { background-color: rgb(186,201,222); }
div.DivClassName
{
background-color: #BAC9DE;
}
.BgClassName
{
background-color: #BAC9DE;
}
</style>
border-color css
<style>
span { border-color: #BAC9DE; }
span { border-color: rgb(186,201,222); }
td.TdClassName
{
border-color: #BAC9DE;
}
.TagClassName
{
border-color: #BAC9DE;
}
</style>