Shades of Spindle #BAC5D4
Tints of Spindle #BAC5D4
RGB
CMYK
RGB Variations
Color information
#BAC5D4 (or 0xBAC5D4) is known color: Spindle. HEX triplet: BA, C5 and D4. RGB value is (186,197,212). Sum of RGB (Red+Green+Blue) = 186+197+212=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D4 is #453A2B. Grayscale: #C3C3C3. Windows color (decimal): -4536876 or 13944250. OLE color: 13944250.
HSL color Cylindrical-coordinate representation of color #BAC5D4: hue angle of 214.62º degrees, saturation: 0.23, 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 #BAC5D4 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 197 | 212 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.17 |
| HSL | 214.62º | 0.23% | 0.78% | - |
| HSV(B) | 214.62º | 0.12% | 0.83% | - |
| XYZ | 52.1 | 55.13 | 70.18 | - |
| YUV | 195.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 212 | 0.12 | 0.07 | 0 | 0.17 | 214.62 | 0.23 | 0.78 |
| Hex | BA | C5 | D4 | C | 7 | 0 | 11 | D7 | 17 | 4E |
| Octal | 272 | 305 | 324 | 14 | 7 | 0 | 21 | 327 | 27 | 116 |
| Binary | 10111010 | 11000101 | 11010100 | 1100 | 111 | 0 | 10001 | 11010111 | 10111 | 1001110 |
Color Harmonies of #BAC5D4
Complementary color
Monochromatic Colors of #BAC5D4
Black with #BAC5D4
Text Example
Text Example
White with #BAC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5D4; }
p { color: rgb(186,197,212); }
H1.HeaderClassName
{
color: #BAC5D4;
}
.AnyTagClassName
{
color: #BAC5D4;
}
</style>
background-color css
<style>
a { background-color: #BAC5D4; }
a { background-color: rgb(186,197,212); }
div.DivClassName
{
background-color: #BAC5D4;
}
.BgClassName
{
background-color: #BAC5D4;
}
</style>
border-color css
<style>
span { border-color: #BAC5D4; }
span { border-color: rgb(186,197,212); }
td.TdClassName
{
border-color: #BAC5D4;
}
.TagClassName
{
border-color: #BAC5D4;
}
</style>