Shades of Paris White #BCBEBC
Tints of Paris White #BCBEBC
RGB
CMYK
RGB Variations
Color information
#BCBEBC (or 0xBCBEBC) is known color: Paris White. HEX triplet: BC, BE and BC. RGB value is (188,190,188). Sum of RGB (Red+Green+Blue) = 188+190+188=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBC is #434143. Grayscale: #BDBDBD. Windows color (decimal): -4407620 or 12369596. OLE color: 12369596.
HSL color Cylindrical-coordinate representation of color #BCBEBC: hue angle of 120º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBEBC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 188 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.25 |
| HSL | 120º | 0.02% | 0.74% | - |
| HSV(B) | 120º | 0.01% | 0.75% | - |
| XYZ | 48.23 | 51.15 | 54.91 | - |
| YUV | 189.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 188 | 0.01 | 0 | 0.01 | 0.25 | 120 | 0.02 | 0.74 |
| Hex | BC | BE | BC | 1 | 0 | 1 | 19 | 78 | 2 | 4A |
| Octal | 274 | 276 | 274 | 1 | 0 | 1 | 31 | 170 | 2 | 112 |
| Binary | 10111100 | 10111110 | 10111100 | 1 | 0 | 1 | 11001 | 1111000 | 10 | 1001010 |
Color Harmonies of #BCBEBC
Complementary color
Monochromatic Colors of #BCBEBC
Black with #BCBEBC
Text Example
Text Example
White with #BCBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEBC; }
p { color: rgb(188,190,188); }
H1.HeaderClassName
{
color: #BCBEBC;
}
.AnyTagClassName
{
color: #BCBEBC;
}
</style>
background-color css
<style>
a { background-color: #BCBEBC; }
a { background-color: rgb(188,190,188); }
div.DivClassName
{
background-color: #BCBEBC;
}
.BgClassName
{
background-color: #BCBEBC;
}
</style>
border-color css
<style>
span { border-color: #BCBEBC; }
span { border-color: rgb(188,190,188); }
td.TdClassName
{
border-color: #BCBEBC;
}
.TagClassName
{
border-color: #BCBEBC;
}
</style>