Shades of Paris White #BAC8BA
Tints of Paris White #BAC8BA
RGB
CMYK
RGB Variations
Color information
#BAC8BA (or 0xBAC8BA) is known color: Paris White. HEX triplet: BA, C8 and BA. RGB value is (186,200,186). Sum of RGB (Red+Green+Blue) = 186+200+186=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BA is #453745. Grayscale: #C2C2C2. Windows color (decimal): -4536134 or 12241082. OLE color: 12241082.
HSL color Cylindrical-coordinate representation of color #BAC8BA: hue angle of 120º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC8BA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 186 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.22 |
| HSL | 120º | 0.11% | 0.76% | - |
| HSV(B) | 120º | 0.07% | 0.78% | - |
| XYZ | 49.77 | 55.29 | 54.5 | - |
| YUV | 194.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 186 | 0.07 | 0 | 0.07 | 0.22 | 120 | 0.11 | 0.76 |
| Hex | BA | C8 | BA | 7 | 0 | 7 | 16 | 78 | B | 4C |
| Octal | 272 | 310 | 272 | 7 | 0 | 7 | 26 | 170 | 13 | 114 |
| Binary | 10111010 | 11001000 | 10111010 | 111 | 0 | 111 | 10110 | 1111000 | 1011 | 1001100 |
Color Harmonies of #BAC8BA
Complementary color
Monochromatic Colors of #BAC8BA
Black with #BAC8BA
Text Example
Text Example
White with #BAC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8BA; }
p { color: rgb(186,200,186); }
H1.HeaderClassName
{
color: #BAC8BA;
}
.AnyTagClassName
{
color: #BAC8BA;
}
</style>
background-color css
<style>
a { background-color: #BAC8BA; }
a { background-color: rgb(186,200,186); }
div.DivClassName
{
background-color: #BAC8BA;
}
.BgClassName
{
background-color: #BAC8BA;
}
</style>
border-color css
<style>
span { border-color: #BAC8BA; }
span { border-color: rgb(186,200,186); }
td.TdClassName
{
border-color: #BAC8BA;
}
.TagClassName
{
border-color: #BAC8BA;
}
</style>