Shades of Spindle #BAC9D3
Tints of Spindle #BAC9D3
RGB
CMYK
RGB Variations
Color information
#BAC9D3 (or 0xBAC9D3) is known color: Spindle. HEX triplet: BA, C9 and D3. RGB value is (186,201,211). Sum of RGB (Red+Green+Blue) = 186+201+211=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAC9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9D3 is #45362C. Grayscale: #C5C5C5. Windows color (decimal): -4535853 or 13879738. OLE color: 13879738.
HSL color Cylindrical-coordinate representation of color #BAC9D3: hue angle of 204º degrees, saturation: 0.22, 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 #BAC9D3 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 201 | 211 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.17 |
| HSL | 204º | 0.22% | 0.78% | - |
| HSV(B) | 204º | 0.12% | 0.83% | - |
| XYZ | 52.89 | 56.92 | 69.83 | - |
| YUV | 197.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 211 | 0.12 | 0.05 | 0 | 0.17 | 204 | 0.22 | 0.78 |
| Hex | BA | C9 | D3 | C | 5 | 0 | 11 | CC | 16 | 4E |
| Octal | 272 | 311 | 323 | 14 | 5 | 0 | 21 | 314 | 26 | 116 |
| Binary | 10111010 | 11001001 | 11010011 | 1100 | 101 | 0 | 10001 | 11001100 | 10110 | 1001110 |
Color Harmonies of #BAC9D3
Complementary color
Monochromatic Colors of #BAC9D3
Black with #BAC9D3
Text Example
Text Example
White with #BAC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9D3; }
p { color: rgb(186,201,211); }
H1.HeaderClassName
{
color: #BAC9D3;
}
.AnyTagClassName
{
color: #BAC9D3;
}
</style>
background-color css
<style>
a { background-color: #BAC9D3; }
a { background-color: rgb(186,201,211); }
div.DivClassName
{
background-color: #BAC9D3;
}
.BgClassName
{
background-color: #BAC9D3;
}
</style>
border-color css
<style>
span { border-color: #BAC9D3; }
span { border-color: rgb(186,201,211); }
td.TdClassName
{
border-color: #BAC9D3;
}
.TagClassName
{
border-color: #BAC9D3;
}
</style>