Shades of Paris White #BACEB9
Tints of Paris White #BACEB9
RGB
CMYK
RGB Variations
Color information
#BACEB9 (or 0xBACEB9) is known color: Paris White. HEX triplet: BA, CE and B9. RGB value is (186,206,185). Sum of RGB (Red+Green+Blue) = 186+206+185=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEB9 is #453146. Grayscale: #C5C5C5. Windows color (decimal): -4534599 or 12177082. OLE color: 12177082.
HSL color Cylindrical-coordinate representation of color #BACEB9: hue angle of 117.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEB9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 185 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.19 |
| HSL | 117.14º | 0.18% | 0.77% | - |
| HSV(B) | 117.14º | 0.1% | 0.81% | - |
| XYZ | 51.08 | 58.08 | 54.42 | - |
| YUV | 197.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 185 | 0.10 | 0 | 0.10 | 0.19 | 117.14 | 0.18 | 0.77 |
| Hex | BA | CE | B9 | A | 0 | A | 13 | 75 | 12 | 4D |
| Octal | 272 | 316 | 271 | 12 | 0 | 12 | 23 | 165 | 22 | 115 |
| Binary | 10111010 | 11001110 | 10111001 | 1010 | 0 | 1010 | 10011 | 1110101 | 10010 | 1001101 |
Color Harmonies of #BACEB9
Complementary color
Monochromatic Colors of #BACEB9
Black with #BACEB9
Text Example
Text Example
White with #BACEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEB9; }
p { color: rgb(186,206,185); }
H1.HeaderClassName
{
color: #BACEB9;
}
.AnyTagClassName
{
color: #BACEB9;
}
</style>
background-color css
<style>
a { background-color: #BACEB9; }
a { background-color: rgb(186,206,185); }
div.DivClassName
{
background-color: #BACEB9;
}
.BgClassName
{
background-color: #BACEB9;
}
</style>
border-color css
<style>
span { border-color: #BACEB9; }
span { border-color: rgb(186,206,185); }
td.TdClassName
{
border-color: #BACEB9;
}
.TagClassName
{
border-color: #BACEB9;
}
</style>