Shades of Paris White #BAC5BA
Tints of Paris White #BAC5BA
RGB
CMYK
RGB Variations
Color information
#BAC5BA (or 0xBAC5BA) is known color: Paris White. HEX triplet: BA, C5 and BA. RGB value is (186,197,186). Sum of RGB (Red+Green+Blue) = 186+197+186=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5BA is #453A45. Grayscale: #C0C0C0. Windows color (decimal): -4536902 or 12240314. OLE color: 12240314.
HSL color Cylindrical-coordinate representation of color #BAC5BA: hue angle of 120º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC5BA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 186 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.23 |
| HSL | 120º | 0.09% | 0.75% | - |
| HSV(B) | 120º | 0.06% | 0.77% | - |
| XYZ | 49.08 | 53.92 | 54.27 | - |
| YUV | 192.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 186 | 0.06 | 0 | 0.06 | 0.23 | 120 | 0.09 | 0.75 |
| Hex | BA | C5 | BA | 6 | 0 | 6 | 17 | 78 | 9 | 4B |
| Octal | 272 | 305 | 272 | 6 | 0 | 6 | 27 | 170 | 11 | 113 |
| Binary | 10111010 | 11000101 | 10111010 | 110 | 0 | 110 | 10111 | 1111000 | 1001 | 1001011 |
Color Harmonies of #BAC5BA
Complementary color
Monochromatic Colors of #BAC5BA
Black with #BAC5BA
Text Example
Text Example
White with #BAC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5BA; }
p { color: rgb(186,197,186); }
H1.HeaderClassName
{
color: #BAC5BA;
}
.AnyTagClassName
{
color: #BAC5BA;
}
</style>
background-color css
<style>
a { background-color: #BAC5BA; }
a { background-color: rgb(186,197,186); }
div.DivClassName
{
background-color: #BAC5BA;
}
.BgClassName
{
background-color: #BAC5BA;
}
</style>
border-color css
<style>
span { border-color: #BAC5BA; }
span { border-color: rgb(186,197,186); }
td.TdClassName
{
border-color: #BAC5BA;
}
.TagClassName
{
border-color: #BAC5BA;
}
</style>