Shades of Paris White #BAC9BB
Tints of Paris White #BAC9BB
RGB
CMYK
RGB Variations
Color information
#BAC9BB (or 0xBAC9BB) is known color: Paris White. HEX triplet: BA, C9 and BB. RGB value is (186,201,187). Sum of RGB (Red+Green+Blue) = 186+201+187=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BB is #453644. Grayscale: #C2C2C2. Windows color (decimal): -4535877 or 12306874. OLE color: 12306874.
HSL color Cylindrical-coordinate representation of color #BAC9BB: hue angle of 124º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC9BB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 187 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.21 |
| HSL | 124º | 0.12% | 0.76% | - |
| HSV(B) | 124º | 0.07% | 0.79% | - |
| XYZ | 50.11 | 55.8 | 55.14 | - |
| YUV | 194.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 187 | 0.07 | 0 | 0.07 | 0.21 | 124 | 0.12 | 0.76 |
| Hex | BA | C9 | BB | 7 | 0 | 7 | 15 | 7C | C | 4C |
| Octal | 272 | 311 | 273 | 7 | 0 | 7 | 25 | 174 | 14 | 114 |
| Binary | 10111010 | 11001001 | 10111011 | 111 | 0 | 111 | 10101 | 1111100 | 1100 | 1001100 |
Color Harmonies of #BAC9BB
Complementary color
Monochromatic Colors of #BAC9BB
Black with #BAC9BB
Text Example
Text Example
White with #BAC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9BB; }
p { color: rgb(186,201,187); }
H1.HeaderClassName
{
color: #BAC9BB;
}
.AnyTagClassName
{
color: #BAC9BB;
}
</style>
background-color css
<style>
a { background-color: #BAC9BB; }
a { background-color: rgb(186,201,187); }
div.DivClassName
{
background-color: #BAC9BB;
}
.BgClassName
{
background-color: #BAC9BB;
}
</style>
border-color css
<style>
span { border-color: #BAC9BB; }
span { border-color: rgb(186,201,187); }
td.TdClassName
{
border-color: #BAC9BB;
}
.TagClassName
{
border-color: #BAC9BB;
}
</style>