Shades of Spindle #BAC8DA
Tints of Spindle #BAC8DA
RGB
CMYK
RGB Variations
Color information
#BAC8DA (or 0xBAC8DA) is known color: Spindle. HEX triplet: BA, C8 and DA. RGB value is (186,200,218). Sum of RGB (Red+Green+Blue) = 186+200+218=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DA is #453725. Grayscale: #C5C5C5. Windows color (decimal): -4536102 or 14338234. OLE color: 14338234.
HSL color Cylindrical-coordinate representation of color #BAC8DA: hue angle of 213.75º 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 #BAC8DA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 200 | 218 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.15 |
| HSL | 213.75º | 0.3% | 0.79% | - |
| HSV(B) | 213.75º | 0.15% | 0.85% | - |
| XYZ | 53.56 | 56.81 | 74.47 | - |
| YUV | 197.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 218 | 0.15 | 0.08 | 0 | 0.15 | 213.75 | 0.3 | 0.79 |
| Hex | BA | C8 | DA | F | 8 | 0 | F | D6 | 1E | 4F |
| Octal | 272 | 310 | 332 | 17 | 10 | 0 | 17 | 326 | 36 | 117 |
| Binary | 10111010 | 11001000 | 11011010 | 1111 | 1000 | 0 | 1111 | 11010110 | 11110 | 1001111 |
Color Harmonies of #BAC8DA
Complementary color
Monochromatic Colors of #BAC8DA
Black with #BAC8DA
Text Example
Text Example
White with #BAC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8DA; }
p { color: rgb(186,200,218); }
H1.HeaderClassName
{
color: #BAC8DA;
}
.AnyTagClassName
{
color: #BAC8DA;
}
</style>
background-color css
<style>
a { background-color: #BAC8DA; }
a { background-color: rgb(186,200,218); }
div.DivClassName
{
background-color: #BAC8DA;
}
.BgClassName
{
background-color: #BAC8DA;
}
</style>
border-color css
<style>
span { border-color: #BAC8DA; }
span { border-color: rgb(186,200,218); }
td.TdClassName
{
border-color: #BAC8DA;
}
.TagClassName
{
border-color: #BAC8DA;
}
</style>