Shades of Spindle #BAC7CE
Tints of Spindle #BAC7CE
RGB
CMYK
RGB Variations
Color information
#BAC7CE (or 0xBAC7CE) is known color: Spindle. HEX triplet: BA, C7 and CE. RGB value is (186,199,206). Sum of RGB (Red+Green+Blue) = 186+199+206=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7CE is #453831. Grayscale: #C3C3C3. Windows color (decimal): -4536370 or 13551546. OLE color: 13551546.
HSL color Cylindrical-coordinate representation of color #BAC7CE: hue angle of 201º 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 #BAC7CE is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 199 | 206 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.19 |
| HSL | 201º | 0.17% | 0.77% | - |
| HSV(B) | 201º | 0.1% | 0.81% | - |
| XYZ | 51.81 | 55.74 | 66.42 | - |
| YUV | 195.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 206 | 0.10 | 0.03 | 0 | 0.19 | 201 | 0.17 | 0.77 |
| Hex | BA | C7 | CE | A | 3 | 0 | 13 | C9 | 11 | 4D |
| Octal | 272 | 307 | 316 | 12 | 3 | 0 | 23 | 311 | 21 | 115 |
| Binary | 10111010 | 11000111 | 11001110 | 1010 | 11 | 0 | 10011 | 11001001 | 10001 | 1001101 |
Color Harmonies of #BAC7CE
Complementary color
Monochromatic Colors of #BAC7CE
Black with #BAC7CE
Text Example
Text Example
White with #BAC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7CE; }
p { color: rgb(186,199,206); }
H1.HeaderClassName
{
color: #BAC7CE;
}
.AnyTagClassName
{
color: #BAC7CE;
}
</style>
background-color css
<style>
a { background-color: #BAC7CE; }
a { background-color: rgb(186,199,206); }
div.DivClassName
{
background-color: #BAC7CE;
}
.BgClassName
{
background-color: #BAC7CE;
}
</style>
border-color css
<style>
span { border-color: #BAC7CE; }
span { border-color: rgb(186,199,206); }
td.TdClassName
{
border-color: #BAC7CE;
}
.TagClassName
{
border-color: #BAC7CE;
}
</style>