Shades of Paris White #BACBBB
Tints of Paris White #BACBBB
RGB
CMYK
RGB Variations
Color information
#BACBBB (or 0xBACBBB) is known color: Paris White. HEX triplet: BA, CB and BB. RGB value is (186,203,187). Sum of RGB (Red+Green+Blue) = 186+203+187=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBBB is #453444. Grayscale: #C4C4C4. Windows color (decimal): -4535365 or 12307386. OLE color: 12307386.
HSL color Cylindrical-coordinate representation of color #BACBBB: hue angle of 123.53º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACBBB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 187 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.20 |
| HSL | 123.53º | 0.14% | 0.76% | - |
| HSV(B) | 123.53º | 0.08% | 0.8% | - |
| XYZ | 50.58 | 56.74 | 55.3 | - |
| YUV | 196.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 187 | 0.08 | 0 | 0.08 | 0.20 | 123.53 | 0.14 | 0.76 |
| Hex | BA | CB | BB | 8 | 0 | 8 | 14 | 7C | E | 4C |
| Octal | 272 | 313 | 273 | 10 | 0 | 10 | 24 | 174 | 16 | 114 |
| Binary | 10111010 | 11001011 | 10111011 | 1000 | 0 | 1000 | 10100 | 1111100 | 1110 | 1001100 |
Color Harmonies of #BACBBB
Complementary color
Monochromatic Colors of #BACBBB
Black with #BACBBB
Text Example
Text Example
White with #BACBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBBB; }
p { color: rgb(186,203,187); }
H1.HeaderClassName
{
color: #BACBBB;
}
.AnyTagClassName
{
color: #BACBBB;
}
</style>
background-color css
<style>
a { background-color: #BACBBB; }
a { background-color: rgb(186,203,187); }
div.DivClassName
{
background-color: #BACBBB;
}
.BgClassName
{
background-color: #BACBBB;
}
</style>
border-color css
<style>
span { border-color: #BACBBB; }
span { border-color: rgb(186,203,187); }
td.TdClassName
{
border-color: #BACBBB;
}
.TagClassName
{
border-color: #BACBBB;
}
</style>