Shades of Spindle #BAC9D4
Tints of Spindle #BAC9D4
RGB
CMYK
RGB Variations
Color information
#BAC9D4 (or 0xBAC9D4) is known color: Spindle. HEX triplet: BA, C9 and D4. RGB value is (186,201,212). Sum of RGB (Red+Green+Blue) = 186+201+212=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9D4 is #45362B. Grayscale: #C5C5C5. Windows color (decimal): -4535852 or 13945274. OLE color: 13945274.
HSL color Cylindrical-coordinate representation of color #BAC9D4: hue angle of 205.38º 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 #BAC9D4 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 201 | 212 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.17 |
| HSL | 205.38º | 0.23% | 0.78% | - |
| HSV(B) | 205.38º | 0.12% | 0.83% | - |
| XYZ | 53.02 | 56.97 | 70.49 | - |
| YUV | 197.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 212 | 0.12 | 0.05 | 0 | 0.17 | 205.38 | 0.23 | 0.78 |
| Hex | BA | C9 | D4 | C | 5 | 0 | 11 | CD | 17 | 4E |
| Octal | 272 | 311 | 324 | 14 | 5 | 0 | 21 | 315 | 27 | 116 |
| Binary | 10111010 | 11001001 | 11010100 | 1100 | 101 | 0 | 10001 | 11001101 | 10111 | 1001110 |
Color Harmonies of #BAC9D4
Complementary color
Monochromatic Colors of #BAC9D4
Black with #BAC9D4
Text Example
Text Example
White with #BAC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9D4; }
p { color: rgb(186,201,212); }
H1.HeaderClassName
{
color: #BAC9D4;
}
.AnyTagClassName
{
color: #BAC9D4;
}
</style>
background-color css
<style>
a { background-color: #BAC9D4; }
a { background-color: rgb(186,201,212); }
div.DivClassName
{
background-color: #BAC9D4;
}
.BgClassName
{
background-color: #BAC9D4;
}
</style>
border-color css
<style>
span { border-color: #BAC9D4; }
span { border-color: rgb(186,201,212); }
td.TdClassName
{
border-color: #BAC9D4;
}
.TagClassName
{
border-color: #BAC9D4;
}
</style>