Shades of Paris White #BAC8BD
Tints of Paris White #BAC8BD
RGB
CMYK
RGB Variations
Color information
#BAC8BD (or 0xBAC8BD) is known color: Paris White. HEX triplet: BA, C8 and BD. RGB value is (186,200,189). Sum of RGB (Red+Green+Blue) = 186+200+189=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BD is #453742. Grayscale: #C2C2C2. Windows color (decimal): -4536131 or 12437690. OLE color: 12437690.
HSL color Cylindrical-coordinate representation of color #BAC8BD: hue angle of 132.86º 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 #BAC8BD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 189 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.22 |
| HSL | 132.86º | 0.11% | 0.76% | - |
| HSV(B) | 132.86º | 0.07% | 0.78% | - |
| XYZ | 50.09 | 55.42 | 56.2 | - |
| YUV | 194.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 189 | 0.07 | 0 | 0.06 | 0.22 | 132.86 | 0.11 | 0.76 |
| Hex | BA | C8 | BD | 7 | 0 | 6 | 16 | 85 | B | 4C |
| Octal | 272 | 310 | 275 | 7 | 0 | 6 | 26 | 205 | 13 | 114 |
| Binary | 10111010 | 11001000 | 10111101 | 111 | 0 | 110 | 10110 | 10000101 | 1011 | 1001100 |
Color Harmonies of #BAC8BD
Complementary color
Monochromatic Colors of #BAC8BD
Black with #BAC8BD
Text Example
Text Example
White with #BAC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8BD; }
p { color: rgb(186,200,189); }
H1.HeaderClassName
{
color: #BAC8BD;
}
.AnyTagClassName
{
color: #BAC8BD;
}
</style>
background-color css
<style>
a { background-color: #BAC8BD; }
a { background-color: rgb(186,200,189); }
div.DivClassName
{
background-color: #BAC8BD;
}
.BgClassName
{
background-color: #BAC8BD;
}
</style>
border-color css
<style>
span { border-color: #BAC8BD; }
span { border-color: rgb(186,200,189); }
td.TdClassName
{
border-color: #BAC8BD;
}
.TagClassName
{
border-color: #BAC8BD;
}
</style>