Shades of Spindle #BAC5D3
Tints of Spindle #BAC5D3
RGB
CMYK
RGB Variations
Color information
#BAC5D3 (or 0xBAC5D3) is known color: Spindle. HEX triplet: BA, C5 and D3. RGB value is (186,197,211). Sum of RGB (Red+Green+Blue) = 186+197+211=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D3 is #453A2C. Grayscale: #C3C3C3. Windows color (decimal): -4536877 or 13878714. OLE color: 13878714.
HSL color Cylindrical-coordinate representation of color #BAC5D3: hue angle of 213.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC5D3 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 197 | 211 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.17 |
| HSL | 213.6º | 0.22% | 0.78% | - |
| HSV(B) | 213.6º | 0.12% | 0.83% | - |
| XYZ | 51.97 | 55.07 | 69.52 | - |
| YUV | 195.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 211 | 0.12 | 0.07 | 0 | 0.17 | 213.6 | 0.22 | 0.78 |
| Hex | BA | C5 | D3 | C | 7 | 0 | 11 | D6 | 16 | 4E |
| Octal | 272 | 305 | 323 | 14 | 7 | 0 | 21 | 326 | 26 | 116 |
| Binary | 10111010 | 11000101 | 11010011 | 1100 | 111 | 0 | 10001 | 11010110 | 10110 | 1001110 |
Color Harmonies of #BAC5D3
Complementary color
Monochromatic Colors of #BAC5D3
Black with #BAC5D3
Text Example
Text Example
White with #BAC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5D3; }
p { color: rgb(186,197,211); }
H1.HeaderClassName
{
color: #BAC5D3;
}
.AnyTagClassName
{
color: #BAC5D3;
}
</style>
background-color css
<style>
a { background-color: #BAC5D3; }
a { background-color: rgb(186,197,211); }
div.DivClassName
{
background-color: #BAC5D3;
}
.BgClassName
{
background-color: #BAC5D3;
}
</style>
border-color css
<style>
span { border-color: #BAC5D3; }
span { border-color: rgb(186,197,211); }
td.TdClassName
{
border-color: #BAC5D3;
}
.TagClassName
{
border-color: #BAC5D3;
}
</style>