Shades of Spindle #BAC7DA
Tints of Spindle #BAC7DA
RGB
CMYK
RGB Variations
Color information
#BAC7DA (or 0xBAC7DA) is known color: Spindle. HEX triplet: BA, C7 and DA. RGB value is (186,199,218). Sum of RGB (Red+Green+Blue) = 186+199+218=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DA is #453825. Grayscale: #C5C5C5. Windows color (decimal): -4536358 or 14337978. OLE color: 14337978.
HSL color Cylindrical-coordinate representation of color #BAC7DA: hue angle of 215.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC7DA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 199 | 218 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.15 |
| HSL | 215.63º | 0.3% | 0.79% | - |
| HSV(B) | 215.63º | 0.15% | 0.85% | - |
| XYZ | 53.33 | 56.35 | 74.4 | - |
| YUV | 197.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 218 | 0.15 | 0.09 | 0 | 0.15 | 215.63 | 0.3 | 0.79 |
| Hex | BA | C7 | DA | F | 9 | 0 | F | D8 | 1E | 4F |
| Octal | 272 | 307 | 332 | 17 | 11 | 0 | 17 | 330 | 36 | 117 |
| Binary | 10111010 | 11000111 | 11011010 | 1111 | 1001 | 0 | 1111 | 11011000 | 11110 | 1001111 |
Color Harmonies of #BAC7DA
Complementary color
Monochromatic Colors of #BAC7DA
Black with #BAC7DA
Text Example
Text Example
White with #BAC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7DA; }
p { color: rgb(186,199,218); }
H1.HeaderClassName
{
color: #BAC7DA;
}
.AnyTagClassName
{
color: #BAC7DA;
}
</style>
background-color css
<style>
a { background-color: #BAC7DA; }
a { background-color: rgb(186,199,218); }
div.DivClassName
{
background-color: #BAC7DA;
}
.BgClassName
{
background-color: #BAC7DA;
}
</style>
border-color css
<style>
span { border-color: #BAC7DA; }
span { border-color: rgb(186,199,218); }
td.TdClassName
{
border-color: #BAC7DA;
}
.TagClassName
{
border-color: #BAC7DA;
}
</style>