Shades of Lavender Grey #BEBFCD
Tints of Lavender Grey #BEBFCD
RGB
CMYK
RGB Variations
Color information
#BEBFCD (or 0xBEBFCD) is known color: Lavender Grey. HEX triplet: BE, BF and CD. RGB value is (190,191,205). Sum of RGB (Red+Green+Blue) = 190+191+205=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFCD is #414032. Grayscale: #C0C0C0. Windows color (decimal): -4276275 or 13483966. OLE color: 13483966.
HSL color Cylindrical-coordinate representation of color #BEBFCD: hue angle of 236º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEBFCD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 191 | 205 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.20 |
| HSL | 236º | 0.13% | 0.77% | - |
| HSV(B) | 236º | 0.07% | 0.8% | - |
| XYZ | 50.89 | 52.62 | 65.23 | - |
| YUV | 192.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 205 | 0.07 | 0.07 | 0 | 0.20 | 236 | 0.13 | 0.77 |
| Hex | BE | BF | CD | 7 | 7 | 0 | 14 | EC | D | 4D |
| Octal | 276 | 277 | 315 | 7 | 7 | 0 | 24 | 354 | 15 | 115 |
| Binary | 10111110 | 10111111 | 11001101 | 111 | 111 | 0 | 10100 | 11101100 | 1101 | 1001101 |
Color Harmonies of #BEBFCD
Complementary color
Monochromatic Colors of #BEBFCD
Black with #BEBFCD
Text Example
Text Example
White with #BEBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFCD; }
p { color: rgb(190,191,205); }
H1.HeaderClassName
{
color: #BEBFCD;
}
.AnyTagClassName
{
color: #BEBFCD;
}
</style>
background-color css
<style>
a { background-color: #BEBFCD; }
a { background-color: rgb(190,191,205); }
div.DivClassName
{
background-color: #BEBFCD;
}
.BgClassName
{
background-color: #BEBFCD;
}
</style>
border-color css
<style>
span { border-color: #BEBFCD; }
span { border-color: rgb(190,191,205); }
td.TdClassName
{
border-color: #BEBFCD;
}
.TagClassName
{
border-color: #BEBFCD;
}
</style>