Shades of Spindle #BAC4D2
Tints of Spindle #BAC4D2
RGB
CMYK
RGB Variations
Color information
#BAC4D2 (or 0xBAC4D2) is known color: Spindle. HEX triplet: BA, C4 and D2. RGB value is (186,196,210). Sum of RGB (Red+Green+Blue) = 186+196+210=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D2 is #453B2D. Grayscale: #C2C2C2. Windows color (decimal): -4537134 or 13812922. OLE color: 13812922.
HSL color Cylindrical-coordinate representation of color #BAC4D2: hue angle of 215º 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 #BAC4D2 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 196 | 210 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.18 |
| HSL | 215º | 0.21% | 0.78% | - |
| HSV(B) | 215º | 0.11% | 0.82% | - |
| XYZ | 51.62 | 54.57 | 68.79 | - |
| YUV | 194.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 210 | 0.11 | 0.07 | 0 | 0.18 | 215 | 0.21 | 0.78 |
| Hex | BA | C4 | D2 | B | 7 | 0 | 12 | D7 | 15 | 4E |
| Octal | 272 | 304 | 322 | 13 | 7 | 0 | 22 | 327 | 25 | 116 |
| Binary | 10111010 | 11000100 | 11010010 | 1011 | 111 | 0 | 10010 | 11010111 | 10101 | 1001110 |
Color Harmonies of #BAC4D2
Complementary color
Monochromatic Colors of #BAC4D2
Black with #BAC4D2
Text Example
Text Example
White with #BAC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4D2; }
p { color: rgb(186,196,210); }
H1.HeaderClassName
{
color: #BAC4D2;
}
.AnyTagClassName
{
color: #BAC4D2;
}
</style>
background-color css
<style>
a { background-color: #BAC4D2; }
a { background-color: rgb(186,196,210); }
div.DivClassName
{
background-color: #BAC4D2;
}
.BgClassName
{
background-color: #BAC4D2;
}
</style>
border-color css
<style>
span { border-color: #BAC4D2; }
span { border-color: rgb(186,196,210); }
td.TdClassName
{
border-color: #BAC4D2;
}
.TagClassName
{
border-color: #BAC4D2;
}
</style>