Shades of Lavender Grey #BDBFEB
Tints of Lavender Grey #BDBFEB
RGB
CMYK
RGB Variations
Color information
#BDBFEB (or 0xBDBFEB) is known color: Lavender Grey. HEX triplet: BD, BF and EB. RGB value is (189,191,235). Sum of RGB (Red+Green+Blue) = 189+191+235=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFEB is #424014. Grayscale: #C3C3C3. Windows color (decimal): -4341781 or 15450045. OLE color: 15450045.
HSL color Cylindrical-coordinate representation of color #BDBFEB: hue angle of 237.39º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBFEB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 191 | 235 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.08 |
| HSL | 237.39º | 0.53% | 0.83% | - |
| HSV(B) | 237.39º | 0.2% | 0.92% | - |
| XYZ | 54.61 | 54.08 | 86.16 | - |
| YUV | 195.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 235 | 0.20 | 0.19 | 0 | 0.08 | 237.39 | 0.53 | 0.83 |
| Hex | BD | BF | EB | 14 | 13 | 0 | 8 | ED | 35 | 53 |
| Octal | 275 | 277 | 353 | 24 | 23 | 0 | 10 | 355 | 65 | 123 |
| Binary | 10111101 | 10111111 | 11101011 | 10100 | 10011 | 0 | 1000 | 11101101 | 110101 | 1010011 |
Color Harmonies of #BDBFEB
Complementary color
Monochromatic Colors of #BDBFEB
Black with #BDBFEB
Text Example
Text Example
White with #BDBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFEB; }
p { color: rgb(189,191,235); }
H1.HeaderClassName
{
color: #BDBFEB;
}
.AnyTagClassName
{
color: #BDBFEB;
}
</style>
background-color css
<style>
a { background-color: #BDBFEB; }
a { background-color: rgb(189,191,235); }
div.DivClassName
{
background-color: #BDBFEB;
}
.BgClassName
{
background-color: #BDBFEB;
}
</style>
border-color css
<style>
span { border-color: #BDBFEB; }
span { border-color: rgb(189,191,235); }
td.TdClassName
{
border-color: #BDBFEB;
}
.TagClassName
{
border-color: #BDBFEB;
}
</style>