Shades of French Grey #BEBBC4
Tints of French Grey #BEBBC4
RGB
CMYK
RGB Variations
Color information
#BEBBC4 (or 0xBEBBC4) is known color: French Grey. HEX triplet: BE, BB and C4. RGB value is (190,187,196). Sum of RGB (Red+Green+Blue) = 190+187+196=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC4 is #41443B. Grayscale: #BCBCBC. Windows color (decimal): -4277308 or 12893118. OLE color: 12893118.
HSL color Cylindrical-coordinate representation of color #BEBBC4: hue angle of 260º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEBBC4 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 187 | 196 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.23 |
| HSL | 260º | 0.07% | 0.75% | - |
| HSV(B) | 260º | 0.05% | 0.77% | - |
| XYZ | 48.97 | 50.47 | 59.39 | - |
| YUV | 188.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 196 | 0.03 | 0.05 | 0 | 0.23 | 260 | 0.07 | 0.75 |
| Hex | BE | BB | C4 | 3 | 5 | 0 | 17 | 104 | 7 | 4B |
| Octal | 276 | 273 | 304 | 3 | 5 | 0 | 27 | 404 | 7 | 113 |
| Binary | 10111110 | 10111011 | 11000100 | 11 | 101 | 0 | 10111 | 100000100 | 111 | 1001011 |
Color Harmonies of #BEBBC4
Complementary color
Monochromatic Colors of #BEBBC4
Black with #BEBBC4
Text Example
Text Example
White with #BEBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC4; }
p { color: rgb(190,187,196); }
H1.HeaderClassName
{
color: #BEBBC4;
}
.AnyTagClassName
{
color: #BEBBC4;
}
</style>
background-color css
<style>
a { background-color: #BEBBC4; }
a { background-color: rgb(190,187,196); }
div.DivClassName
{
background-color: #BEBBC4;
}
.BgClassName
{
background-color: #BEBBC4;
}
</style>
border-color css
<style>
span { border-color: #BEBBC4; }
span { border-color: rgb(190,187,196); }
td.TdClassName
{
border-color: #BEBBC4;
}
.TagClassName
{
border-color: #BEBBC4;
}
</style>