Shades of French Grey #BEB0C7
Tints of French Grey #BEB0C7
RGB
CMYK
RGB Variations
Color information
#BEB0C7 (or 0xBEB0C7) is known color: French Grey. HEX triplet: BE, B0 and C7. RGB value is (190,176,199). Sum of RGB (Red+Green+Blue) = 190+176+199=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0C7 is #414F38. Grayscale: #B6B6B6. Windows color (decimal): -4280121 or 13086910. OLE color: 13086910.
HSL color Cylindrical-coordinate representation of color #BEB0C7: hue angle of 276.52º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB0C7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 176 | 199 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.22 |
| HSL | 276.52º | 0.17% | 0.74% | - |
| HSV(B) | 276.52º | 0.12% | 0.78% | - |
| XYZ | 47.07 | 46.12 | 60.45 | - |
| YUV | 182.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 199 | 0.05 | 0.12 | 0 | 0.22 | 276.52 | 0.17 | 0.74 |
| Hex | BE | B0 | C7 | 5 | C | 0 | 16 | 115 | 11 | 4A |
| Octal | 276 | 260 | 307 | 5 | 14 | 0 | 26 | 425 | 21 | 112 |
| Binary | 10111110 | 10110000 | 11000111 | 101 | 1100 | 0 | 10110 | 100010101 | 10001 | 1001010 |
Color Harmonies of #BEB0C7
Complementary color
Monochromatic Colors of #BEB0C7
Black with #BEB0C7
Text Example
Text Example
White with #BEB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0C7; }
p { color: rgb(190,176,199); }
H1.HeaderClassName
{
color: #BEB0C7;
}
.AnyTagClassName
{
color: #BEB0C7;
}
</style>
background-color css
<style>
a { background-color: #BEB0C7; }
a { background-color: rgb(190,176,199); }
div.DivClassName
{
background-color: #BEB0C7;
}
.BgClassName
{
background-color: #BEB0C7;
}
</style>
border-color css
<style>
span { border-color: #BEB0C7; }
span { border-color: rgb(190,176,199); }
td.TdClassName
{
border-color: #BEB0C7;
}
.TagClassName
{
border-color: #BEB0C7;
}
</style>