Shades of Lavender Grey #BEBECF
Tints of Lavender Grey #BEBECF
RGB
CMYK
RGB Variations
Color information
#BEBECF (or 0xBEBECF) is known color: Lavender Grey. HEX triplet: BE, BE and CF. RGB value is (190,190,207). Sum of RGB (Red+Green+Blue) = 190+190+207=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBECF is #414130. Grayscale: #BFBFBF. Windows color (decimal): -4276529 or 13614782. OLE color: 13614782.
HSL color Cylindrical-coordinate representation of color #BEBECF: hue angle of 240º degrees, saturation: 0.15, 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 #BEBECF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 190 | 207 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.19 |
| HSL | 240º | 0.15% | 0.78% | - |
| HSV(B) | 240º | 0.08% | 0.81% | - |
| XYZ | 50.91 | 52.28 | 66.44 | - |
| YUV | 191.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 207 | 0.08 | 0.08 | 0 | 0.19 | 240 | 0.15 | 0.78 |
| Hex | BE | BE | CF | 8 | 8 | 0 | 13 | F0 | F | 4E |
| Octal | 276 | 276 | 317 | 10 | 10 | 0 | 23 | 360 | 17 | 116 |
| Binary | 10111110 | 10111110 | 11001111 | 1000 | 1000 | 0 | 10011 | 11110000 | 1111 | 1001110 |
Color Harmonies of #BEBECF
Complementary color
Monochromatic Colors of #BEBECF
Black with #BEBECF
Text Example
Text Example
White with #BEBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBECF; }
p { color: rgb(190,190,207); }
H1.HeaderClassName
{
color: #BEBECF;
}
.AnyTagClassName
{
color: #BEBECF;
}
</style>
background-color css
<style>
a { background-color: #BEBECF; }
a { background-color: rgb(190,190,207); }
div.DivClassName
{
background-color: #BEBECF;
}
.BgClassName
{
background-color: #BEBECF;
}
</style>
border-color css
<style>
span { border-color: #BEBECF; }
span { border-color: rgb(190,190,207); }
td.TdClassName
{
border-color: #BEBECF;
}
.TagClassName
{
border-color: #BEBECF;
}
</style>