Shades of French Grey #BEB5C2
Tints of French Grey #BEB5C2
RGB
CMYK
RGB Variations
Color information
#BEB5C2 (or 0xBEB5C2) is known color: French Grey. HEX triplet: BE, B5 and C2. RGB value is (190,181,194). Sum of RGB (Red+Green+Blue) = 190+181+194=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5C2 is #414A3D. Grayscale: #B9B9B9. Windows color (decimal): -4278846 or 12760510. OLE color: 12760510.
HSL color Cylindrical-coordinate representation of color #BEB5C2: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB5C2 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 181 | 194 | - |
CMYK | 0.02 | 0.07 | 0 | 0.24 |
HSL | 281.54º | 0.1% | 0.74% | - |
HSV(B) | 281.54º | 0.07% | 0.76% | - |
XYZ | 47.5 | 47.89 | 57.78 | - |
YUV | 185.17 | 132.98 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 194 | 0.02 | 0.07 | 0 | 0.24 | 281.54 | 0.1 | 0.74 |
Hex | BE | B5 | C2 | 2 | 7 | 0 | 18 | 11A | A | 4A |
Octal | 276 | 265 | 302 | 2 | 7 | 0 | 30 | 432 | 12 | 112 |
Binary | 10111110 | 10110101 | 11000010 | 10 | 111 | 0 | 11000 | 100011010 | 1010 | 1001010 |
Color Harmonies of #BEB5C2
Complementary color
Monochromatic Colors of #BEB5C2
Black with #BEB5C2
Text Example
Text Example
White with #BEB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5C2; }
p { color: rgb(190,181,194); }
H1.HeaderClassName
{
color: #BEB5C2;
}
.AnyTagClassName
{
color: #BEB5C2;
}
</style>
background-color css
<style>
a { background-color: #BEB5C2; }
a { background-color: rgb(190,181,194); }
div.DivClassName
{
background-color: #BEB5C2;
}
.BgClassName
{
background-color: #BEB5C2;
}
</style>
border-color css
<style>
span { border-color: #BEB5C2; }
span { border-color: rgb(190,181,194); }
td.TdClassName
{
border-color: #BEB5C2;
}
.TagClassName
{
border-color: #BEB5C2;
}
</style>