Shades of Spindle #BAC7D3
Tints of Spindle #BAC7D3
RGB
CMYK
RGB Variations
Color information
#BAC7D3 (or 0xBAC7D3) is known color: Spindle. HEX triplet: BA, C7 and D3. RGB value is (186,199,211). Sum of RGB (Red+Green+Blue) = 186+199+211=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D3 is #45382C. Grayscale: #C4C4C4. Windows color (decimal): -4536365 or 13879226. OLE color: 13879226.
HSL color Cylindrical-coordinate representation of color #BAC7D3: hue angle of 208.8º 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 #BAC7D3 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 199 | 211 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.17 |
| HSL | 208.8º | 0.22% | 0.78% | - |
| HSV(B) | 208.8º | 0.12% | 0.83% | - |
| XYZ | 52.43 | 55.99 | 69.67 | - |
| YUV | 196.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 211 | 0.12 | 0.06 | 0 | 0.17 | 208.8 | 0.22 | 0.78 |
| Hex | BA | C7 | D3 | C | 6 | 0 | 11 | D1 | 16 | 4E |
| Octal | 272 | 307 | 323 | 14 | 6 | 0 | 21 | 321 | 26 | 116 |
| Binary | 10111010 | 11000111 | 11010011 | 1100 | 110 | 0 | 10001 | 11010001 | 10110 | 1001110 |
Color Harmonies of #BAC7D3
Complementary color
Monochromatic Colors of #BAC7D3
Black with #BAC7D3
Text Example
Text Example
White with #BAC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7D3; }
p { color: rgb(186,199,211); }
H1.HeaderClassName
{
color: #BAC7D3;
}
.AnyTagClassName
{
color: #BAC7D3;
}
</style>
background-color css
<style>
a { background-color: #BAC7D3; }
a { background-color: rgb(186,199,211); }
div.DivClassName
{
background-color: #BAC7D3;
}
.BgClassName
{
background-color: #BAC7D3;
}
</style>
border-color css
<style>
span { border-color: #BAC7D3; }
span { border-color: rgb(186,199,211); }
td.TdClassName
{
border-color: #BAC7D3;
}
.TagClassName
{
border-color: #BAC7D3;
}
</style>