Shades of Lavender Grey #BEBECE
Tints of Lavender Grey #BEBECE
RGB
CMYK
RGB Variations
Color information
#BEBECE (or 0xBEBECE) is known color: Lavender Grey. HEX triplet: BE, BE and CE. RGB value is (190,190,206). Sum of RGB (Red+Green+Blue) = 190+190+206=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBECE is #414131. Grayscale: #BFBFBF. Windows color (decimal): -4276530 or 13549246. OLE color: 13549246.
HSL color Cylindrical-coordinate representation of color #BEBECE: hue angle of 240º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEBECE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 190 | 190 | 206 | - |
CMYK | 0.08 | 0.08 | 0 | 0.19 |
HSL | 240º | 0.14% | 0.78% | - |
HSV(B) | 240º | 0.08% | 0.81% | - |
XYZ | 50.79 | 52.23 | 65.8 | - |
YUV | 191.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 190 | 206 | 0.08 | 0.08 | 0 | 0.19 | 240 | 0.14 | 0.78 |
Hex | BE | BE | CE | 8 | 8 | 0 | 13 | F0 | E | 4E |
Octal | 276 | 276 | 316 | 10 | 10 | 0 | 23 | 360 | 16 | 116 |
Binary | 10111110 | 10111110 | 11001110 | 1000 | 1000 | 0 | 10011 | 11110000 | 1110 | 1001110 |
Color Harmonies of #BEBECE
Complementary color
Monochromatic Colors of #BEBECE
Black with #BEBECE
Text Example
Text Example
White with #BEBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBECE; }
p { color: rgb(190,190,206); }
H1.HeaderClassName
{
color: #BEBECE;
}
.AnyTagClassName
{
color: #BEBECE;
}
</style>
background-color css
<style>
a { background-color: #BEBECE; }
a { background-color: rgb(190,190,206); }
div.DivClassName
{
background-color: #BEBECE;
}
.BgClassName
{
background-color: #BEBECE;
}
</style>
border-color css
<style>
span { border-color: #BEBECE; }
span { border-color: rgb(190,190,206); }
td.TdClassName
{
border-color: #BEBECE;
}
.TagClassName
{
border-color: #BEBECE;
}
</style>