Shades of Spindle #BAC9D0
Tints of Spindle #BAC9D0
RGB
CMYK
RGB Variations
Color information
#BAC9D0 (or 0xBAC9D0) is known color: Spindle. HEX triplet: BA, C9 and D0. RGB value is (186,201,208). Sum of RGB (Red+Green+Blue) = 186+201+208=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9D0 is #45362F. Grayscale: #C5C5C5. Windows color (decimal): -4535856 or 13683130. OLE color: 13683130.
HSL color Cylindrical-coordinate representation of color #BAC9D0: hue angle of 199.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC9D0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 201 | 208 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 199.09º | 0.19% | 0.77% | - |
| HSV(B) | 199.09º | 0.11% | 0.82% | - |
| XYZ | 52.52 | 56.77 | 67.86 | - |
| YUV | 197.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 208 | 0.11 | 0.03 | 0 | 0.18 | 199.09 | 0.19 | 0.77 |
| Hex | BA | C9 | D0 | B | 3 | 0 | 12 | C7 | 13 | 4D |
| Octal | 272 | 311 | 320 | 13 | 3 | 0 | 22 | 307 | 23 | 115 |
| Binary | 10111010 | 11001001 | 11010000 | 1011 | 11 | 0 | 10010 | 11000111 | 10011 | 1001101 |
Color Harmonies of #BAC9D0
Complementary color
Monochromatic Colors of #BAC9D0
Black with #BAC9D0
Text Example
Text Example
White with #BAC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9D0; }
p { color: rgb(186,201,208); }
H1.HeaderClassName
{
color: #BAC9D0;
}
.AnyTagClassName
{
color: #BAC9D0;
}
</style>
background-color css
<style>
a { background-color: #BAC9D0; }
a { background-color: rgb(186,201,208); }
div.DivClassName
{
background-color: #BAC9D0;
}
.BgClassName
{
background-color: #BAC9D0;
}
</style>
border-color css
<style>
span { border-color: #BAC9D0; }
span { border-color: rgb(186,201,208); }
td.TdClassName
{
border-color: #BAC9D0;
}
.TagClassName
{
border-color: #BAC9D0;
}
</style>