Shades of French Grey #BEB5C7
Tints of French Grey #BEB5C7
RGB
CMYK
RGB Variations
Color information
#BEB5C7 (or 0xBEB5C7) is known color: French Grey. HEX triplet: BE, B5 and C7. RGB value is (190,181,199). Sum of RGB (Red+Green+Blue) = 190+181+199=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5C7 is #414A38. Grayscale: #B9B9B9. Windows color (decimal): -4278841 or 13088190. OLE color: 13088190.
HSL color Cylindrical-coordinate representation of color #BEB5C7: hue angle of 270º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB5C7 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 190 | 181 | 199 | - |
CMYK | 0.05 | 0.09 | 0 | 0.22 |
HSL | 270º | 0.14% | 0.75% | - |
HSV(B) | 270º | 0.09% | 0.78% | - |
XYZ | 48.07 | 48.12 | 60.79 | - |
YUV | 185.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 199 | 0.05 | 0.09 | 0 | 0.22 | 270 | 0.14 | 0.75 |
Hex | BE | B5 | C7 | 5 | 9 | 0 | 16 | 10E | E | 4B |
Octal | 276 | 265 | 307 | 5 | 11 | 0 | 26 | 416 | 16 | 113 |
Binary | 10111110 | 10110101 | 11000111 | 101 | 1001 | 0 | 10110 | 100001110 | 1110 | 1001011 |
Color Harmonies of #BEB5C7
Complementary color
Monochromatic Colors of #BEB5C7
Black with #BEB5C7
Text Example
Text Example
White with #BEB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5C7; }
p { color: rgb(190,181,199); }
H1.HeaderClassName
{
color: #BEB5C7;
}
.AnyTagClassName
{
color: #BEB5C7;
}
</style>
background-color css
<style>
a { background-color: #BEB5C7; }
a { background-color: rgb(190,181,199); }
div.DivClassName
{
background-color: #BEB5C7;
}
.BgClassName
{
background-color: #BEB5C7;
}
</style>
border-color css
<style>
span { border-color: #BEB5C7; }
span { border-color: rgb(190,181,199); }
td.TdClassName
{
border-color: #BEB5C7;
}
.TagClassName
{
border-color: #BEB5C7;
}
</style>