Shades of Paris White #BCC7BE
Tints of Paris White #BCC7BE
RGB
CMYK
RGB Variations
Color information
#BCC7BE (or 0xBCC7BE) is known color: Paris White. HEX triplet: BC, C7 and BE. RGB value is (188,199,190). Sum of RGB (Red+Green+Blue) = 188+199+190=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7BE is #433841. Grayscale: #C2C2C2. Windows color (decimal): -4405314 or 12502972. OLE color: 12502972.
HSL color Cylindrical-coordinate representation of color #BCC7BE: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC7BE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 190 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.22 |
| HSL | 130.91º | 0.09% | 0.76% | - |
| HSV(B) | 130.91º | 0.06% | 0.78% | - |
| XYZ | 50.46 | 55.26 | 56.72 | - |
| YUV | 194.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 190 | 0.06 | 0 | 0.05 | 0.22 | 130.91 | 0.09 | 0.76 |
| Hex | BC | C7 | BE | 6 | 0 | 5 | 16 | 83 | 9 | 4C |
| Octal | 274 | 307 | 276 | 6 | 0 | 5 | 26 | 203 | 11 | 114 |
| Binary | 10111100 | 11000111 | 10111110 | 110 | 0 | 101 | 10110 | 10000011 | 1001 | 1001100 |
Color Harmonies of #BCC7BE
Complementary color
Monochromatic Colors of #BCC7BE
Black with #BCC7BE
Text Example
Text Example
White with #BCC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7BE; }
p { color: rgb(188,199,190); }
H1.HeaderClassName
{
color: #BCC7BE;
}
.AnyTagClassName
{
color: #BCC7BE;
}
</style>
background-color css
<style>
a { background-color: #BCC7BE; }
a { background-color: rgb(188,199,190); }
div.DivClassName
{
background-color: #BCC7BE;
}
.BgClassName
{
background-color: #BCC7BE;
}
</style>
border-color css
<style>
span { border-color: #BCC7BE; }
span { border-color: rgb(188,199,190); }
td.TdClassName
{
border-color: #BCC7BE;
}
.TagClassName
{
border-color: #BCC7BE;
}
</style>