Shades of Paris White #BAC1BB
Tints of Paris White #BAC1BB
RGB
CMYK
RGB Variations
Color information
#BAC1BB (or 0xBAC1BB) is known color: Paris White. HEX triplet: BA, C1 and BB. RGB value is (186,193,187). Sum of RGB (Red+Green+Blue) = 186+193+187=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1BB is #453E44. Grayscale: #BEBEBE. Windows color (decimal): -4537925 or 12304826. OLE color: 12304826.
HSL color Cylindrical-coordinate representation of color #BAC1BB: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC1BB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 187 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.24 |
| HSL | 128.57º | 0.05% | 0.74% | - |
| HSV(B) | 128.57º | 0.04% | 0.76% | - |
| XYZ | 48.29 | 52.17 | 54.54 | - |
| YUV | 190.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 187 | 0.04 | 0 | 0.03 | 0.24 | 128.57 | 0.05 | 0.74 |
| Hex | BA | C1 | BB | 4 | 0 | 3 | 18 | 81 | 5 | 4A |
| Octal | 272 | 301 | 273 | 4 | 0 | 3 | 30 | 201 | 5 | 112 |
| Binary | 10111010 | 11000001 | 10111011 | 100 | 0 | 11 | 11000 | 10000001 | 101 | 1001010 |
Color Harmonies of #BAC1BB
Complementary color
Monochromatic Colors of #BAC1BB
Black with #BAC1BB
Text Example
Text Example
White with #BAC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1BB; }
p { color: rgb(186,193,187); }
H1.HeaderClassName
{
color: #BAC1BB;
}
.AnyTagClassName
{
color: #BAC1BB;
}
</style>
background-color css
<style>
a { background-color: #BAC1BB; }
a { background-color: rgb(186,193,187); }
div.DivClassName
{
background-color: #BAC1BB;
}
.BgClassName
{
background-color: #BAC1BB;
}
</style>
border-color css
<style>
span { border-color: #BAC1BB; }
span { border-color: rgb(186,193,187); }
td.TdClassName
{
border-color: #BAC1BB;
}
.TagClassName
{
border-color: #BAC1BB;
}
</style>