Shades of Paris White #BAC8BB
Tints of Paris White #BAC8BB
RGB
CMYK
RGB Variations
Color information
#BAC8BB (or 0xBAC8BB) is known color: Paris White. HEX triplet: BA, C8 and BB. RGB value is (186,200,187). Sum of RGB (Red+Green+Blue) = 186+200+187=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BB is #453744. Grayscale: #C2C2C2. Windows color (decimal): -4536133 or 12306618. OLE color: 12306618.
HSL color Cylindrical-coordinate representation of color #BAC8BB: hue angle of 124.29º 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 #BAC8BB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 187 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.22 |
| HSL | 124.29º | 0.11% | 0.76% | - |
| HSV(B) | 124.29º | 0.07% | 0.78% | - |
| XYZ | 49.87 | 55.34 | 55.07 | - |
| YUV | 194.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 187 | 0.07 | 0 | 0.06 | 0.22 | 124.29 | 0.11 | 0.76 |
| Hex | BA | C8 | BB | 7 | 0 | 6 | 16 | 7C | B | 4C |
| Octal | 272 | 310 | 273 | 7 | 0 | 6 | 26 | 174 | 13 | 114 |
| Binary | 10111010 | 11001000 | 10111011 | 111 | 0 | 110 | 10110 | 1111100 | 1011 | 1001100 |
Color Harmonies of #BAC8BB
Complementary color
Monochromatic Colors of #BAC8BB
Black with #BAC8BB
Text Example
Text Example
White with #BAC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8BB; }
p { color: rgb(186,200,187); }
H1.HeaderClassName
{
color: #BAC8BB;
}
.AnyTagClassName
{
color: #BAC8BB;
}
</style>
background-color css
<style>
a { background-color: #BAC8BB; }
a { background-color: rgb(186,200,187); }
div.DivClassName
{
background-color: #BAC8BB;
}
.BgClassName
{
background-color: #BAC8BB;
}
</style>
border-color css
<style>
span { border-color: #BAC8BB; }
span { border-color: rgb(186,200,187); }
td.TdClassName
{
border-color: #BAC8BB;
}
.TagClassName
{
border-color: #BAC8BB;
}
</style>