Shades of French Grey #BEBBC3
Tints of French Grey #BEBBC3
RGB
CMYK
RGB Variations
Color information
#BEBBC3 (or 0xBEBBC3) is known color: French Grey. HEX triplet: BE, BB and C3. RGB value is (190,187,195). Sum of RGB (Red+Green+Blue) = 190+187+195=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBC3 is #41443C. Grayscale: #BCBCBC. Windows color (decimal): -4277309 or 12827582. OLE color: 12827582.
HSL color Cylindrical-coordinate representation of color #BEBBC3: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBBC3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 187 | 195 | - |
CMYK | 0.03 | 0.04 | 0 | 0.24 |
HSL | 262.5º | 0.06% | 0.75% | - |
HSV(B) | 262.5º | 0.04% | 0.76% | - |
XYZ | 48.86 | 50.43 | 58.79 | - |
YUV | 188.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 187 | 195 | 0.03 | 0.04 | 0 | 0.24 | 262.5 | 0.06 | 0.75 |
Hex | BE | BB | C3 | 3 | 4 | 0 | 18 | 106 | 6 | 4B |
Octal | 276 | 273 | 303 | 3 | 4 | 0 | 30 | 406 | 6 | 113 |
Binary | 10111110 | 10111011 | 11000011 | 11 | 100 | 0 | 11000 | 100000110 | 110 | 1001011 |
Color Harmonies of #BEBBC3
Complementary color
Monochromatic Colors of #BEBBC3
Black with #BEBBC3
Text Example
Text Example
White with #BEBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBC3; }
p { color: rgb(190,187,195); }
H1.HeaderClassName
{
color: #BEBBC3;
}
.AnyTagClassName
{
color: #BEBBC3;
}
</style>
background-color css
<style>
a { background-color: #BEBBC3; }
a { background-color: rgb(190,187,195); }
div.DivClassName
{
background-color: #BEBBC3;
}
.BgClassName
{
background-color: #BEBBC3;
}
</style>
border-color css
<style>
span { border-color: #BEBBC3; }
span { border-color: rgb(190,187,195); }
td.TdClassName
{
border-color: #BEBBC3;
}
.TagClassName
{
border-color: #BEBBC3;
}
</style>