Shades of Spindle #BAC1CE
Tints of Spindle #BAC1CE
RGB
CMYK
RGB Variations
Color information
#BAC1CE (or 0xBAC1CE) is known color: Spindle. HEX triplet: BA, C1 and CE. RGB value is (186,193,206). Sum of RGB (Red+Green+Blue) = 186+193+206=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1CE is #453E31. Grayscale: #C0C0C0. Windows color (decimal): -4537906 or 13550010. OLE color: 13550010.
HSL color Cylindrical-coordinate representation of color #BAC1CE: hue angle of 219º 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 #BAC1CE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 193 | 206 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.19 |
| HSL | 219º | 0.17% | 0.77% | - |
| HSV(B) | 219º | 0.1% | 0.81% | - |
| XYZ | 50.46 | 53.04 | 65.97 | - |
| YUV | 192.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 206 | 0.10 | 0.06 | 0 | 0.19 | 219 | 0.17 | 0.77 |
| Hex | BA | C1 | CE | A | 6 | 0 | 13 | DB | 11 | 4D |
| Octal | 272 | 301 | 316 | 12 | 6 | 0 | 23 | 333 | 21 | 115 |
| Binary | 10111010 | 11000001 | 11001110 | 1010 | 110 | 0 | 10011 | 11011011 | 10001 | 1001101 |
Color Harmonies of #BAC1CE
Complementary color
Monochromatic Colors of #BAC1CE
Black with #BAC1CE
Text Example
Text Example
White with #BAC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1CE; }
p { color: rgb(186,193,206); }
H1.HeaderClassName
{
color: #BAC1CE;
}
.AnyTagClassName
{
color: #BAC1CE;
}
</style>
background-color css
<style>
a { background-color: #BAC1CE; }
a { background-color: rgb(186,193,206); }
div.DivClassName
{
background-color: #BAC1CE;
}
.BgClassName
{
background-color: #BAC1CE;
}
</style>
border-color css
<style>
span { border-color: #BAC1CE; }
span { border-color: rgb(186,193,206); }
td.TdClassName
{
border-color: #BAC1CE;
}
.TagClassName
{
border-color: #BAC1CE;
}
</style>