Shades of Paris White #BABFBB
Tints of Paris White #BABFBB
RGB
CMYK
RGB Variations
Color information
#BABFBB (or 0xBABFBB) is known color: Paris White. HEX triplet: BA, BF and BB. RGB value is (186,191,187). Sum of RGB (Red+Green+Blue) = 186+191+187=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFBB is #454044. Grayscale: #BDBDBD. Windows color (decimal): -4538437 or 12304314. OLE color: 12304314.
HSL color Cylindrical-coordinate representation of color #BABFBB: hue angle of 132º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABFBB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 187 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.25 |
| HSL | 132º | 0.04% | 0.74% | - |
| HSV(B) | 132º | 0.03% | 0.75% | - |
| XYZ | 47.85 | 51.29 | 54.39 | - |
| YUV | 189.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 187 | 0.03 | 0 | 0.02 | 0.25 | 132 | 0.04 | 0.74 |
| Hex | BA | BF | BB | 3 | 0 | 2 | 19 | 84 | 4 | 4A |
| Octal | 272 | 277 | 273 | 3 | 0 | 2 | 31 | 204 | 4 | 112 |
| Binary | 10111010 | 10111111 | 10111011 | 11 | 0 | 10 | 11001 | 10000100 | 100 | 1001010 |
Color Harmonies of #BABFBB
Complementary color
Monochromatic Colors of #BABFBB
Black with #BABFBB
Text Example
Text Example
White with #BABFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFBB; }
p { color: rgb(186,191,187); }
H1.HeaderClassName
{
color: #BABFBB;
}
.AnyTagClassName
{
color: #BABFBB;
}
</style>
background-color css
<style>
a { background-color: #BABFBB; }
a { background-color: rgb(186,191,187); }
div.DivClassName
{
background-color: #BABFBB;
}
.BgClassName
{
background-color: #BABFBB;
}
</style>
border-color css
<style>
span { border-color: #BABFBB; }
span { border-color: rgb(186,191,187); }
td.TdClassName
{
border-color: #BABFBB;
}
.TagClassName
{
border-color: #BABFBB;
}
</style>