Shades of Spindle #BAC4D6
Tints of Spindle #BAC4D6
RGB
CMYK
RGB Variations
Color information
#BAC4D6 (or 0xBAC4D6) is known color: Spindle. HEX triplet: BA, C4 and D6. RGB value is (186,196,214). Sum of RGB (Red+Green+Blue) = 186+196+214=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D6 is #453B29. Grayscale: #C2C2C2. Windows color (decimal): -4537130 or 14075066. OLE color: 14075066.
HSL color Cylindrical-coordinate representation of color #BAC4D6: hue angle of 218.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC4D6 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 196 | 214 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.16 |
| HSL | 218.57º | 0.25% | 0.78% | - |
| HSV(B) | 218.57º | 0.13% | 0.84% | - |
| XYZ | 52.13 | 54.77 | 71.44 | - |
| YUV | 195.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 214 | 0.13 | 0.08 | 0 | 0.16 | 218.57 | 0.25 | 0.78 |
| Hex | BA | C4 | D6 | D | 8 | 0 | 10 | DB | 19 | 4E |
| Octal | 272 | 304 | 326 | 15 | 10 | 0 | 20 | 333 | 31 | 116 |
| Binary | 10111010 | 11000100 | 11010110 | 1101 | 1000 | 0 | 10000 | 11011011 | 11001 | 1001110 |
Color Harmonies of #BAC4D6
Complementary color
Monochromatic Colors of #BAC4D6
Black with #BAC4D6
Text Example
Text Example
White with #BAC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4D6; }
p { color: rgb(186,196,214); }
H1.HeaderClassName
{
color: #BAC4D6;
}
.AnyTagClassName
{
color: #BAC4D6;
}
</style>
background-color css
<style>
a { background-color: #BAC4D6; }
a { background-color: rgb(186,196,214); }
div.DivClassName
{
background-color: #BAC4D6;
}
.BgClassName
{
background-color: #BAC4D6;
}
</style>
border-color css
<style>
span { border-color: #BAC4D6; }
span { border-color: rgb(186,196,214); }
td.TdClassName
{
border-color: #BAC4D6;
}
.TagClassName
{
border-color: #BAC4D6;
}
</style>