Shades of Paris White #BAC2BB
Tints of Paris White #BAC2BB
RGB
CMYK
RGB Variations
Color information
#BAC2BB (or 0xBAC2BB) is known color: Paris White. HEX triplet: BA, C2 and BB. RGB value is (186,194,187). Sum of RGB (Red+Green+Blue) = 186+194+187=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2BB is #453D44. Grayscale: #BEBEBE. Windows color (decimal): -4537669 or 12305082. OLE color: 12305082.
HSL color Cylindrical-coordinate representation of color #BAC2BB: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC2BB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 187 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.24 |
| HSL | 127.5º | 0.06% | 0.75% | - |
| HSV(B) | 127.5º | 0.04% | 0.76% | - |
| XYZ | 48.51 | 52.61 | 54.61 | - |
| YUV | 190.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 187 | 0.04 | 0 | 0.04 | 0.24 | 127.5 | 0.06 | 0.75 |
| Hex | BA | C2 | BB | 4 | 0 | 4 | 18 | 80 | 6 | 4B |
| Octal | 272 | 302 | 273 | 4 | 0 | 4 | 30 | 200 | 6 | 113 |
| Binary | 10111010 | 11000010 | 10111011 | 100 | 0 | 100 | 11000 | 10000000 | 110 | 1001011 |
Color Harmonies of #BAC2BB
Complementary color
Monochromatic Colors of #BAC2BB
Black with #BAC2BB
Text Example
Text Example
White with #BAC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2BB; }
p { color: rgb(186,194,187); }
H1.HeaderClassName
{
color: #BAC2BB;
}
.AnyTagClassName
{
color: #BAC2BB;
}
</style>
background-color css
<style>
a { background-color: #BAC2BB; }
a { background-color: rgb(186,194,187); }
div.DivClassName
{
background-color: #BAC2BB;
}
.BgClassName
{
background-color: #BAC2BB;
}
</style>
border-color css
<style>
span { border-color: #BAC2BB; }
span { border-color: rgb(186,194,187); }
td.TdClassName
{
border-color: #BAC2BB;
}
.TagClassName
{
border-color: #BAC2BB;
}
</style>