Shades of Paris White #BACCBB
Tints of Paris White #BACCBB
RGB
CMYK
RGB Variations
Color information
#BACCBB (or 0xBACCBB) is known color: Paris White. HEX triplet: BA, CC and BB. RGB value is (186,204,187). Sum of RGB (Red+Green+Blue) = 186+204+187=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBB is #453344. Grayscale: #C4C4C4. Windows color (decimal): -4535109 or 12307642. OLE color: 12307642.
HSL color Cylindrical-coordinate representation of color #BACCBB: hue angle of 123.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCBB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 187 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.2 |
| HSL | 123.33º | 0.15% | 0.76% | - |
| HSV(B) | 123.33º | 0.09% | 0.8% | - |
| XYZ | 50.81 | 57.21 | 55.38 | - |
| YUV | 196.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 187 | 0.09 | 0 | 0.08 | 0.2 | 123.33 | 0.15 | 0.76 |
| Hex | BA | CC | BB | 9 | 0 | 8 | 14 | 7B | F | 4C |
| Octal | 272 | 314 | 273 | 11 | 0 | 10 | 24 | 173 | 17 | 114 |
| Binary | 10111010 | 11001100 | 10111011 | 1001 | 0 | 1000 | 10100 | 1111011 | 1111 | 1001100 |
Color Harmonies of #BACCBB
Complementary color
Monochromatic Colors of #BACCBB
Black with #BACCBB
Text Example
Text Example
White with #BACCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCBB; }
p { color: rgb(186,204,187); }
H1.HeaderClassName
{
color: #BACCBB;
}
.AnyTagClassName
{
color: #BACCBB;
}
</style>
background-color css
<style>
a { background-color: #BACCBB; }
a { background-color: rgb(186,204,187); }
div.DivClassName
{
background-color: #BACCBB;
}
.BgClassName
{
background-color: #BACCBB;
}
</style>
border-color css
<style>
span { border-color: #BACCBB; }
span { border-color: rgb(186,204,187); }
td.TdClassName
{
border-color: #BACCBB;
}
.TagClassName
{
border-color: #BACCBB;
}
</style>