Shades of Paris White #BAC0BB
Tints of Paris White #BAC0BB
RGB
CMYK
RGB Variations
Color information
#BAC0BB (or 0xBAC0BB) is known color: Paris White. HEX triplet: BA, C0 and BB. RGB value is (186,192,187). Sum of RGB (Red+Green+Blue) = 186+192+187=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0BB is #453F44. Grayscale: #BDBDBD. Windows color (decimal): -4538181 or 12304570. OLE color: 12304570.
HSL color Cylindrical-coordinate representation of color #BAC0BB: hue angle of 130º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAC0BB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 187 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.25 |
| HSL | 130º | 0.05% | 0.74% | - |
| HSV(B) | 130º | 0.03% | 0.75% | - |
| XYZ | 48.07 | 51.73 | 54.46 | - |
| YUV | 189.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 187 | 0.03 | 0 | 0.03 | 0.25 | 130 | 0.05 | 0.74 |
| Hex | BA | C0 | BB | 3 | 0 | 3 | 19 | 82 | 5 | 4A |
| Octal | 272 | 300 | 273 | 3 | 0 | 3 | 31 | 202 | 5 | 112 |
| Binary | 10111010 | 11000000 | 10111011 | 11 | 0 | 11 | 11001 | 10000010 | 101 | 1001010 |
Color Harmonies of #BAC0BB
Complementary color
Monochromatic Colors of #BAC0BB
Black with #BAC0BB
Text Example
Text Example
White with #BAC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0BB; }
p { color: rgb(186,192,187); }
H1.HeaderClassName
{
color: #BAC0BB;
}
.AnyTagClassName
{
color: #BAC0BB;
}
</style>
background-color css
<style>
a { background-color: #BAC0BB; }
a { background-color: rgb(186,192,187); }
div.DivClassName
{
background-color: #BAC0BB;
}
.BgClassName
{
background-color: #BAC0BB;
}
</style>
border-color css
<style>
span { border-color: #BAC0BB; }
span { border-color: rgb(186,192,187); }
td.TdClassName
{
border-color: #BAC0BB;
}
.TagClassName
{
border-color: #BAC0BB;
}
</style>