Shades of Paris White #BACBBD
Tints of Paris White #BACBBD
RGB
CMYK
RGB Variations
Color information
#BACBBD (or 0xBACBBD) is known color: Paris White. HEX triplet: BA, CB and BD. RGB value is (186,203,189). Sum of RGB (Red+Green+Blue) = 186+203+189=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBBD is #453442. Grayscale: #C4C4C4. Windows color (decimal): -4535363 or 12438458. OLE color: 12438458.
HSL color Cylindrical-coordinate representation of color #BACBBD: hue angle of 130.59º 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 #BACBBD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 189 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.20 |
| HSL | 130.59º | 0.14% | 0.76% | - |
| HSV(B) | 130.59º | 0.08% | 0.8% | - |
| XYZ | 50.79 | 56.83 | 56.44 | - |
| YUV | 196.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 189 | 0.08 | 0 | 0.07 | 0.20 | 130.59 | 0.14 | 0.76 |
| Hex | BA | CB | BD | 8 | 0 | 7 | 14 | 83 | E | 4C |
| Octal | 272 | 313 | 275 | 10 | 0 | 7 | 24 | 203 | 16 | 114 |
| Binary | 10111010 | 11001011 | 10111101 | 1000 | 0 | 111 | 10100 | 10000011 | 1110 | 1001100 |
Color Harmonies of #BACBBD
Complementary color
Monochromatic Colors of #BACBBD
Black with #BACBBD
Text Example
Text Example
White with #BACBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBBD; }
p { color: rgb(186,203,189); }
H1.HeaderClassName
{
color: #BACBBD;
}
.AnyTagClassName
{
color: #BACBBD;
}
</style>
background-color css
<style>
a { background-color: #BACBBD; }
a { background-color: rgb(186,203,189); }
div.DivClassName
{
background-color: #BACBBD;
}
.BgClassName
{
background-color: #BACBBD;
}
</style>
border-color css
<style>
span { border-color: #BACBBD; }
span { border-color: rgb(186,203,189); }
td.TdClassName
{
border-color: #BACBBD;
}
.TagClassName
{
border-color: #BACBBD;
}
</style>