Shades of Paris White #BAC3BB
Tints of Paris White #BAC3BB
RGB
CMYK
RGB Variations
Color information
#BAC3BB (or 0xBAC3BB) is known color: Paris White. HEX triplet: BA, C3 and BB. RGB value is (186,195,187). Sum of RGB (Red+Green+Blue) = 186+195+187=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3BB is #453C44. Grayscale: #BFBFBF. Windows color (decimal): -4537413 or 12305338. OLE color: 12305338.
HSL color Cylindrical-coordinate representation of color #BAC3BB: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC3BB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 187 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.24 |
| HSL | 126.67º | 0.07% | 0.75% | - |
| HSV(B) | 126.67º | 0.05% | 0.76% | - |
| XYZ | 48.73 | 53.06 | 54.69 | - |
| YUV | 191.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 187 | 0.05 | 0 | 0.04 | 0.24 | 126.67 | 0.07 | 0.75 |
| Hex | BA | C3 | BB | 5 | 0 | 4 | 18 | 7F | 7 | 4B |
| Octal | 272 | 303 | 273 | 5 | 0 | 4 | 30 | 177 | 7 | 113 |
| Binary | 10111010 | 11000011 | 10111011 | 101 | 0 | 100 | 11000 | 1111111 | 111 | 1001011 |
Color Harmonies of #BAC3BB
Complementary color
Monochromatic Colors of #BAC3BB
Black with #BAC3BB
Text Example
Text Example
White with #BAC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3BB; }
p { color: rgb(186,195,187); }
H1.HeaderClassName
{
color: #BAC3BB;
}
.AnyTagClassName
{
color: #BAC3BB;
}
</style>
background-color css
<style>
a { background-color: #BAC3BB; }
a { background-color: rgb(186,195,187); }
div.DivClassName
{
background-color: #BAC3BB;
}
.BgClassName
{
background-color: #BAC3BB;
}
</style>
border-color css
<style>
span { border-color: #BAC3BB; }
span { border-color: rgb(186,195,187); }
td.TdClassName
{
border-color: #BAC3BB;
}
.TagClassName
{
border-color: #BAC3BB;
}
</style>