Shades of Paris White #BACCBC
Tints of Paris White #BACCBC
RGB
CMYK
RGB Variations
Color information
#BACCBC (or 0xBACCBC) is known color: Paris White. HEX triplet: BA, CC and BC. RGB value is (186,204,188). Sum of RGB (Red+Green+Blue) = 186+204+188=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBC is #453343. Grayscale: #C4C4C4. Windows color (decimal): -4535108 or 12373178. OLE color: 12373178.
HSL color Cylindrical-coordinate representation of color #BACCBC: hue angle of 126.67º 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 #BACCBC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 188 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.2 |
| HSL | 126.67º | 0.15% | 0.76% | - |
| HSV(B) | 126.67º | 0.09% | 0.8% | - |
| XYZ | 50.92 | 57.26 | 55.94 | - |
| YUV | 196.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 188 | 0.09 | 0 | 0.08 | 0.2 | 126.67 | 0.15 | 0.76 |
| Hex | BA | CC | BC | 9 | 0 | 8 | 14 | 7F | F | 4C |
| Octal | 272 | 314 | 274 | 11 | 0 | 10 | 24 | 177 | 17 | 114 |
| Binary | 10111010 | 11001100 | 10111100 | 1001 | 0 | 1000 | 10100 | 1111111 | 1111 | 1001100 |
Color Harmonies of #BACCBC
Complementary color
Monochromatic Colors of #BACCBC
Black with #BACCBC
Text Example
Text Example
White with #BACCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCBC; }
p { color: rgb(186,204,188); }
H1.HeaderClassName
{
color: #BACCBC;
}
.AnyTagClassName
{
color: #BACCBC;
}
</style>
background-color css
<style>
a { background-color: #BACCBC; }
a { background-color: rgb(186,204,188); }
div.DivClassName
{
background-color: #BACCBC;
}
.BgClassName
{
background-color: #BACCBC;
}
</style>
border-color css
<style>
span { border-color: #BACCBC; }
span { border-color: rgb(186,204,188); }
td.TdClassName
{
border-color: #BACCBC;
}
.TagClassName
{
border-color: #BACCBC;
}
</style>