Shades of Lavender Grey #BEBFD2
Tints of Lavender Grey #BEBFD2
RGB
CMYK
RGB Variations
Color information
#BEBFD2 (or 0xBEBFD2) is known color: Lavender Grey. HEX triplet: BE, BF and D2. RGB value is (190,191,210). Sum of RGB (Red+Green+Blue) = 190+191+210=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD2 is #41402D. Grayscale: #C0C0C0. Windows color (decimal): -4276270 or 13811646. OLE color: 13811646.
HSL color Cylindrical-coordinate representation of color #BEBFD2: hue angle of 237º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBFD2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 191 | 210 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.18 |
| HSL | 237º | 0.18% | 0.78% | - |
| HSV(B) | 237º | 0.1% | 0.82% | - |
| XYZ | 51.5 | 52.86 | 68.46 | - |
| YUV | 192.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 210 | 0.10 | 0.09 | 0 | 0.18 | 237 | 0.18 | 0.78 |
| Hex | BE | BF | D2 | A | 9 | 0 | 12 | ED | 12 | 4E |
| Octal | 276 | 277 | 322 | 12 | 11 | 0 | 22 | 355 | 22 | 116 |
| Binary | 10111110 | 10111111 | 11010010 | 1010 | 1001 | 0 | 10010 | 11101101 | 10010 | 1001110 |
Color Harmonies of #BEBFD2
Complementary color
Monochromatic Colors of #BEBFD2
Black with #BEBFD2
Text Example
Text Example
White with #BEBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFD2; }
p { color: rgb(190,191,210); }
H1.HeaderClassName
{
color: #BEBFD2;
}
.AnyTagClassName
{
color: #BEBFD2;
}
</style>
background-color css
<style>
a { background-color: #BEBFD2; }
a { background-color: rgb(190,191,210); }
div.DivClassName
{
background-color: #BEBFD2;
}
.BgClassName
{
background-color: #BEBFD2;
}
</style>
border-color css
<style>
span { border-color: #BEBFD2; }
span { border-color: rgb(190,191,210); }
td.TdClassName
{
border-color: #BEBFD2;
}
.TagClassName
{
border-color: #BEBFD2;
}
</style>