Shades of Spindle #BAC2D2
Tints of Spindle #BAC2D2
RGB
CMYK
RGB Variations
Color information
#BAC2D2 (or 0xBAC2D2) is known color: Spindle. HEX triplet: BA, C2 and D2. RGB value is (186,194,210). Sum of RGB (Red+Green+Blue) = 186+194+210=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAC2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2D2 is #453D2D. Grayscale: #C1C1C1. Windows color (decimal): -4537646 or 13812410. OLE color: 13812410.
HSL color Cylindrical-coordinate representation of color #BAC2D2: hue angle of 220º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC2D2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 194 | 210 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.18 |
| HSL | 220º | 0.21% | 0.78% | - |
| HSV(B) | 220º | 0.11% | 0.82% | - |
| XYZ | 51.17 | 53.68 | 68.64 | - |
| YUV | 193.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 210 | 0.11 | 0.08 | 0 | 0.18 | 220 | 0.21 | 0.78 |
| Hex | BA | C2 | D2 | B | 8 | 0 | 12 | DC | 15 | 4E |
| Octal | 272 | 302 | 322 | 13 | 10 | 0 | 22 | 334 | 25 | 116 |
| Binary | 10111010 | 11000010 | 11010010 | 1011 | 1000 | 0 | 10010 | 11011100 | 10101 | 1001110 |
Color Harmonies of #BAC2D2
Complementary color
Monochromatic Colors of #BAC2D2
Black with #BAC2D2
Text Example
Text Example
White with #BAC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2D2; }
p { color: rgb(186,194,210); }
H1.HeaderClassName
{
color: #BAC2D2;
}
.AnyTagClassName
{
color: #BAC2D2;
}
</style>
background-color css
<style>
a { background-color: #BAC2D2; }
a { background-color: rgb(186,194,210); }
div.DivClassName
{
background-color: #BAC2D2;
}
.BgClassName
{
background-color: #BAC2D2;
}
</style>
border-color css
<style>
span { border-color: #BAC2D2; }
span { border-color: rgb(186,194,210); }
td.TdClassName
{
border-color: #BAC2D2;
}
.TagClassName
{
border-color: #BAC2D2;
}
</style>