Shades of French Grey #BEB5C5
Tints of French Grey #BEB5C5
RGB
CMYK
RGB Variations
Color information
#BEB5C5 (or 0xBEB5C5) is known color: French Grey. HEX triplet: BE, B5 and C5. RGB value is (190,181,197). Sum of RGB (Red+Green+Blue) = 190+181+197=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5C5 is #414A3A. Grayscale: #B9B9B9. Windows color (decimal): -4278843 or 12957118. OLE color: 12957118.
HSL color Cylindrical-coordinate representation of color #BEB5C5: hue angle of 273.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB5C5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 190 | 181 | 197 | - |
CMYK | 0.04 | 0.08 | 0 | 0.23 |
HSL | 273.75º | 0.12% | 0.74% | - |
HSV(B) | 273.75º | 0.08% | 0.77% | - |
XYZ | 47.84 | 48.03 | 59.57 | - |
YUV | 185.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 197 | 0.04 | 0.08 | 0 | 0.23 | 273.75 | 0.12 | 0.74 |
Hex | BE | B5 | C5 | 4 | 8 | 0 | 17 | 112 | C | 4A |
Octal | 276 | 265 | 305 | 4 | 10 | 0 | 27 | 422 | 14 | 112 |
Binary | 10111110 | 10110101 | 11000101 | 100 | 1000 | 0 | 10111 | 100010010 | 1100 | 1001010 |
Color Harmonies of #BEB5C5
Complementary color
Monochromatic Colors of #BEB5C5
Black with #BEB5C5
Text Example
Text Example
White with #BEB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5C5; }
p { color: rgb(190,181,197); }
H1.HeaderClassName
{
color: #BEB5C5;
}
.AnyTagClassName
{
color: #BEB5C5;
}
</style>
background-color css
<style>
a { background-color: #BEB5C5; }
a { background-color: rgb(190,181,197); }
div.DivClassName
{
background-color: #BEB5C5;
}
.BgClassName
{
background-color: #BEB5C5;
}
</style>
border-color css
<style>
span { border-color: #BEB5C5; }
span { border-color: rgb(190,181,197); }
td.TdClassName
{
border-color: #BEB5C5;
}
.TagClassName
{
border-color: #BEB5C5;
}
</style>