Shades of Paris White #BACFBA
Tints of Paris White #BACFBA
RGB
CMYK
RGB Variations
Color information
#BACFBA (or 0xBACFBA) is known color: Paris White. HEX triplet: BA, CF and BA. RGB value is (186,207,186). Sum of RGB (Red+Green+Blue) = 186+207+186=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFBA is #453045. Grayscale: #C6C6C6. Windows color (decimal): -4534342 or 12242874. OLE color: 12242874.
HSL color Cylindrical-coordinate representation of color #BACFBA: hue angle of 120º 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 #BACFBA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 186 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.19 |
| HSL | 120º | 0.18% | 0.77% | - |
| HSV(B) | 120º | 0.1% | 0.81% | - |
| XYZ | 51.43 | 58.61 | 55.06 | - |
| YUV | 198.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 186 | 0.10 | 0 | 0.10 | 0.19 | 120 | 0.18 | 0.77 |
| Hex | BA | CF | BA | A | 0 | A | 13 | 78 | 12 | 4D |
| Octal | 272 | 317 | 272 | 12 | 0 | 12 | 23 | 170 | 22 | 115 |
| Binary | 10111010 | 11001111 | 10111010 | 1010 | 0 | 1010 | 10011 | 1111000 | 10010 | 1001101 |
Color Harmonies of #BACFBA
Complementary color
Monochromatic Colors of #BACFBA
Black with #BACFBA
Text Example
Text Example
White with #BACFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFBA; }
p { color: rgb(186,207,186); }
H1.HeaderClassName
{
color: #BACFBA;
}
.AnyTagClassName
{
color: #BACFBA;
}
</style>
background-color css
<style>
a { background-color: #BACFBA; }
a { background-color: rgb(186,207,186); }
div.DivClassName
{
background-color: #BACFBA;
}
.BgClassName
{
background-color: #BACFBA;
}
</style>
border-color css
<style>
span { border-color: #BACFBA; }
span { border-color: rgb(186,207,186); }
td.TdClassName
{
border-color: #BACFBA;
}
.TagClassName
{
border-color: #BACFBA;
}
</style>