Shades of Spindle #BAC3CE
Tints of Spindle #BAC3CE
RGB
CMYK
RGB Variations
Color information
#BAC3CE (or 0xBAC3CE) is known color: Spindle. HEX triplet: BA, C3 and CE. RGB value is (186,195,206). Sum of RGB (Red+Green+Blue) = 186+195+206=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3CE is #453C31. Grayscale: #C1C1C1. Windows color (decimal): -4537394 or 13550522. OLE color: 13550522.
HSL color Cylindrical-coordinate representation of color #BAC3CE: hue angle of 213º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC3CE is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 195 | 206 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.19 |
| HSL | 213º | 0.17% | 0.77% | - |
| HSV(B) | 213º | 0.1% | 0.81% | - |
| XYZ | 50.91 | 53.93 | 66.12 | - |
| YUV | 193.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 206 | 0.10 | 0.05 | 0 | 0.19 | 213 | 0.17 | 0.77 |
| Hex | BA | C3 | CE | A | 5 | 0 | 13 | D5 | 11 | 4D |
| Octal | 272 | 303 | 316 | 12 | 5 | 0 | 23 | 325 | 21 | 115 |
| Binary | 10111010 | 11000011 | 11001110 | 1010 | 101 | 0 | 10011 | 11010101 | 10001 | 1001101 |
Color Harmonies of #BAC3CE
Complementary color
Monochromatic Colors of #BAC3CE
Black with #BAC3CE
Text Example
Text Example
White with #BAC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3CE; }
p { color: rgb(186,195,206); }
H1.HeaderClassName
{
color: #BAC3CE;
}
.AnyTagClassName
{
color: #BAC3CE;
}
</style>
background-color css
<style>
a { background-color: #BAC3CE; }
a { background-color: rgb(186,195,206); }
div.DivClassName
{
background-color: #BAC3CE;
}
.BgClassName
{
background-color: #BAC3CE;
}
</style>
border-color css
<style>
span { border-color: #BAC3CE; }
span { border-color: rgb(186,195,206); }
td.TdClassName
{
border-color: #BAC3CE;
}
.TagClassName
{
border-color: #BAC3CE;
}
</style>