Shades of Spindle #BAC1D3
Tints of Spindle #BAC1D3
RGB
CMYK
RGB Variations
Color information
#BAC1D3 (or 0xBAC1D3) is known color: Spindle. HEX triplet: BA, C1 and D3. RGB value is (186,193,211). Sum of RGB (Red+Green+Blue) = 186+193+211=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D3 is #453E2C. Grayscale: #C0C0C0. Windows color (decimal): -4537901 or 13877690. OLE color: 13877690.
HSL color Cylindrical-coordinate representation of color #BAC1D3: hue angle of 223.2º 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 #BAC1D3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 193 | 211 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.17 |
| HSL | 223.2º | 0.22% | 0.78% | - |
| HSV(B) | 223.2º | 0.12% | 0.83% | - |
| XYZ | 51.08 | 53.28 | 69.22 | - |
| YUV | 192.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 211 | 0.12 | 0.09 | 0 | 0.17 | 223.2 | 0.22 | 0.78 |
| Hex | BA | C1 | D3 | C | 9 | 0 | 11 | DF | 16 | 4E |
| Octal | 272 | 301 | 323 | 14 | 11 | 0 | 21 | 337 | 26 | 116 |
| Binary | 10111010 | 11000001 | 11010011 | 1100 | 1001 | 0 | 10001 | 11011111 | 10110 | 1001110 |
Color Harmonies of #BAC1D3
Complementary color
Monochromatic Colors of #BAC1D3
Black with #BAC1D3
Text Example
Text Example
White with #BAC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1D3; }
p { color: rgb(186,193,211); }
H1.HeaderClassName
{
color: #BAC1D3;
}
.AnyTagClassName
{
color: #BAC1D3;
}
</style>
background-color css
<style>
a { background-color: #BAC1D3; }
a { background-color: rgb(186,193,211); }
div.DivClassName
{
background-color: #BAC1D3;
}
.BgClassName
{
background-color: #BAC1D3;
}
</style>
border-color css
<style>
span { border-color: #BAC1D3; }
span { border-color: rgb(186,193,211); }
td.TdClassName
{
border-color: #BAC1D3;
}
.TagClassName
{
border-color: #BAC1D3;
}
</style>