Shades of Spindle #BAC8D8
Tints of Spindle #BAC8D8
RGB
CMYK
RGB Variations
Color information
#BAC8D8 (or 0xBAC8D8) is known color: Spindle. HEX triplet: BA, C8 and D8. RGB value is (186,200,216). Sum of RGB (Red+Green+Blue) = 186+200+216=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D8 is #453727. Grayscale: #C5C5C5. Windows color (decimal): -4536104 or 14207162. OLE color: 14207162.
HSL color Cylindrical-coordinate representation of color #BAC8D8: hue angle of 212º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC8D8 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 200 | 216 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.15 |
| HSL | 212º | 0.28% | 0.79% | - |
| HSV(B) | 212º | 0.14% | 0.85% | - |
| XYZ | 53.3 | 56.71 | 73.1 | - |
| YUV | 197.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 216 | 0.14 | 0.07 | 0 | 0.15 | 212 | 0.28 | 0.79 |
| Hex | BA | C8 | D8 | E | 7 | 0 | F | D4 | 1C | 4F |
| Octal | 272 | 310 | 330 | 16 | 7 | 0 | 17 | 324 | 34 | 117 |
| Binary | 10111010 | 11001000 | 11011000 | 1110 | 111 | 0 | 1111 | 11010100 | 11100 | 1001111 |
Color Harmonies of #BAC8D8
Complementary color
Monochromatic Colors of #BAC8D8
Black with #BAC8D8
Text Example
Text Example
White with #BAC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D8; }
p { color: rgb(186,200,216); }
H1.HeaderClassName
{
color: #BAC8D8;
}
.AnyTagClassName
{
color: #BAC8D8;
}
</style>
background-color css
<style>
a { background-color: #BAC8D8; }
a { background-color: rgb(186,200,216); }
div.DivClassName
{
background-color: #BAC8D8;
}
.BgClassName
{
background-color: #BAC8D8;
}
</style>
border-color css
<style>
span { border-color: #BAC8D8; }
span { border-color: rgb(186,200,216); }
td.TdClassName
{
border-color: #BAC8D8;
}
.TagClassName
{
border-color: #BAC8D8;
}
</style>