Shades of Spindle #BAC5D5
Tints of Spindle #BAC5D5
RGB
CMYK
RGB Variations
Color information
#BAC5D5 (or 0xBAC5D5) is known color: Spindle. HEX triplet: BA, C5 and D5. RGB value is (186,197,213). Sum of RGB (Red+Green+Blue) = 186+197+213=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D5 is #453A2A. Grayscale: #C3C3C3. Windows color (decimal): -4536875 or 14009786. OLE color: 14009786.
HSL color Cylindrical-coordinate representation of color #BAC5D5: hue angle of 215.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC5D5 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 197 | 213 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.16 |
| HSL | 215.56º | 0.24% | 0.78% | - |
| HSV(B) | 215.56º | 0.13% | 0.84% | - |
| XYZ | 52.23 | 55.18 | 70.85 | - |
| YUV | 195.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 213 | 0.13 | 0.08 | 0 | 0.16 | 215.56 | 0.24 | 0.78 |
| Hex | BA | C5 | D5 | D | 8 | 0 | 10 | D8 | 18 | 4E |
| Octal | 272 | 305 | 325 | 15 | 10 | 0 | 20 | 330 | 30 | 116 |
| Binary | 10111010 | 11000101 | 11010101 | 1101 | 1000 | 0 | 10000 | 11011000 | 11000 | 1001110 |
Color Harmonies of #BAC5D5
Complementary color
Monochromatic Colors of #BAC5D5
Black with #BAC5D5
Text Example
Text Example
White with #BAC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5D5; }
p { color: rgb(186,197,213); }
H1.HeaderClassName
{
color: #BAC5D5;
}
.AnyTagClassName
{
color: #BAC5D5;
}
</style>
background-color css
<style>
a { background-color: #BAC5D5; }
a { background-color: rgb(186,197,213); }
div.DivClassName
{
background-color: #BAC5D5;
}
.BgClassName
{
background-color: #BAC5D5;
}
</style>
border-color css
<style>
span { border-color: #BAC5D5; }
span { border-color: rgb(186,197,213); }
td.TdClassName
{
border-color: #BAC5D5;
}
.TagClassName
{
border-color: #BAC5D5;
}
</style>