Shades of Paris White #BACDBA
Tints of Paris White #BACDBA
RGB
CMYK
RGB Variations
Color information
#BACDBA (or 0xBACDBA) is known color: Paris White. HEX triplet: BA, CD and BA. RGB value is (186,205,186). Sum of RGB (Red+Green+Blue) = 186+205+186=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDBA is #453245. Grayscale: #C5C5C5. Windows color (decimal): -4534854 or 12242362. OLE color: 12242362.
HSL color Cylindrical-coordinate representation of color #BACDBA: hue angle of 120º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDBA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 186 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.20 |
| HSL | 120º | 0.16% | 0.77% | - |
| HSV(B) | 120º | 0.09% | 0.8% | - |
| XYZ | 50.94 | 57.65 | 54.9 | - |
| YUV | 197.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 186 | 0.09 | 0 | 0.09 | 0.20 | 120 | 0.16 | 0.77 |
| Hex | BA | CD | BA | 9 | 0 | 9 | 14 | 78 | 10 | 4D |
| Octal | 272 | 315 | 272 | 11 | 0 | 11 | 24 | 170 | 20 | 115 |
| Binary | 10111010 | 11001101 | 10111010 | 1001 | 0 | 1001 | 10100 | 1111000 | 10000 | 1001101 |
Color Harmonies of #BACDBA
Complementary color
Monochromatic Colors of #BACDBA
Black with #BACDBA
Text Example
Text Example
White with #BACDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDBA; }
p { color: rgb(186,205,186); }
H1.HeaderClassName
{
color: #BACDBA;
}
.AnyTagClassName
{
color: #BACDBA;
}
</style>
background-color css
<style>
a { background-color: #BACDBA; }
a { background-color: rgb(186,205,186); }
div.DivClassName
{
background-color: #BACDBA;
}
.BgClassName
{
background-color: #BACDBA;
}
</style>
border-color css
<style>
span { border-color: #BACDBA; }
span { border-color: rgb(186,205,186); }
td.TdClassName
{
border-color: #BACDBA;
}
.TagClassName
{
border-color: #BACDBA;
}
</style>