Shades of Spindle #BAC1D1
Tints of Spindle #BAC1D1
RGB
CMYK
RGB Variations
Color information
#BAC1D1 (or 0xBAC1D1) is known color: Spindle. HEX triplet: BA, C1 and D1. RGB value is (186,193,209). Sum of RGB (Red+Green+Blue) = 186+193+209=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D1 is #453E2E. Grayscale: #C0C0C0. Windows color (decimal): -4537903 or 13746618. OLE color: 13746618.
HSL color Cylindrical-coordinate representation of color #BAC1D1: hue angle of 221.74º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC1D1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 193 | 209 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 221.74º | 0.2% | 0.77% | - |
| HSV(B) | 221.74º | 0.11% | 0.82% | - |
| XYZ | 50.83 | 53.18 | 67.91 | - |
| YUV | 192.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 209 | 0.11 | 0.08 | 0 | 0.18 | 221.74 | 0.2 | 0.77 |
| Hex | BA | C1 | D1 | B | 8 | 0 | 12 | DE | 14 | 4D |
| Octal | 272 | 301 | 321 | 13 | 10 | 0 | 22 | 336 | 24 | 115 |
| Binary | 10111010 | 11000001 | 11010001 | 1011 | 1000 | 0 | 10010 | 11011110 | 10100 | 1001101 |
Color Harmonies of #BAC1D1
Complementary color
Monochromatic Colors of #BAC1D1
Black with #BAC1D1
Text Example
Text Example
White with #BAC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1D1; }
p { color: rgb(186,193,209); }
H1.HeaderClassName
{
color: #BAC1D1;
}
.AnyTagClassName
{
color: #BAC1D1;
}
</style>
background-color css
<style>
a { background-color: #BAC1D1; }
a { background-color: rgb(186,193,209); }
div.DivClassName
{
background-color: #BAC1D1;
}
.BgClassName
{
background-color: #BAC1D1;
}
</style>
border-color css
<style>
span { border-color: #BAC1D1; }
span { border-color: rgb(186,193,209); }
td.TdClassName
{
border-color: #BAC1D1;
}
.TagClassName
{
border-color: #BAC1D1;
}
</style>