Shades of Spindle #BAC5CF
Tints of Spindle #BAC5CF
RGB
CMYK
RGB Variations
Color information
#BAC5CF (or 0xBAC5CF) is known color: Spindle. HEX triplet: BA, C5 and CF. RGB value is (186,197,207). Sum of RGB (Red+Green+Blue) = 186+197+207=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5CF is #453A30. Grayscale: #C2C2C2. Windows color (decimal): -4536881 or 13616570. OLE color: 13616570.
HSL color Cylindrical-coordinate representation of color #BAC5CF: hue angle of 208.57º degrees, saturation: 0.18, 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 #BAC5CF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 197 | 207 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.19 |
| HSL | 208.57º | 0.18% | 0.77% | - |
| HSV(B) | 208.57º | 0.1% | 0.81% | - |
| XYZ | 51.48 | 54.88 | 66.91 | - |
| YUV | 194.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 207 | 0.10 | 0.05 | 0 | 0.19 | 208.57 | 0.18 | 0.77 |
| Hex | BA | C5 | CF | A | 5 | 0 | 13 | D1 | 12 | 4D |
| Octal | 272 | 305 | 317 | 12 | 5 | 0 | 23 | 321 | 22 | 115 |
| Binary | 10111010 | 11000101 | 11001111 | 1010 | 101 | 0 | 10011 | 11010001 | 10010 | 1001101 |
Color Harmonies of #BAC5CF
Complementary color
Monochromatic Colors of #BAC5CF
Black with #BAC5CF
Text Example
Text Example
White with #BAC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5CF; }
p { color: rgb(186,197,207); }
H1.HeaderClassName
{
color: #BAC5CF;
}
.AnyTagClassName
{
color: #BAC5CF;
}
</style>
background-color css
<style>
a { background-color: #BAC5CF; }
a { background-color: rgb(186,197,207); }
div.DivClassName
{
background-color: #BAC5CF;
}
.BgClassName
{
background-color: #BAC5CF;
}
</style>
border-color css
<style>
span { border-color: #BAC5CF; }
span { border-color: rgb(186,197,207); }
td.TdClassName
{
border-color: #BAC5CF;
}
.TagClassName
{
border-color: #BAC5CF;
}
</style>