Shades of Lavender Grey #BDBBE4
Tints of Lavender Grey #BDBBE4
RGB
CMYK
RGB Variations
Color information
#BDBBE4 (or 0xBDBBE4) is known color: Lavender Grey. HEX triplet: BD, BB and E4. RGB value is (189,187,228). Sum of RGB (Red+Green+Blue) = 189+187+228=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBE4 is #42441B. Grayscale: #C0C0C0. Windows color (decimal): -4342812 or 14990269. OLE color: 14990269.
HSL color Cylindrical-coordinate representation of color #BDBBE4: hue angle of 242.93º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBBE4 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 187 | 228 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.11 |
| HSL | 242.93º | 0.43% | 0.81% | - |
| HSV(B) | 242.93º | 0.18% | 0.89% | - |
| XYZ | 52.76 | 51.96 | 80.65 | - |
| YUV | 192.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 228 | 0.17 | 0.18 | 0 | 0.11 | 242.93 | 0.43 | 0.81 |
| Hex | BD | BB | E4 | 11 | 12 | 0 | B | F3 | 2B | 51 |
| Octal | 275 | 273 | 344 | 21 | 22 | 0 | 13 | 363 | 53 | 121 |
| Binary | 10111101 | 10111011 | 11100100 | 10001 | 10010 | 0 | 1011 | 11110011 | 101011 | 1010001 |
Color Harmonies of #BDBBE4
Complementary color
Monochromatic Colors of #BDBBE4
Black with #BDBBE4
Text Example
Text Example
White with #BDBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBE4; }
p { color: rgb(189,187,228); }
H1.HeaderClassName
{
color: #BDBBE4;
}
.AnyTagClassName
{
color: #BDBBE4;
}
</style>
background-color css
<style>
a { background-color: #BDBBE4; }
a { background-color: rgb(189,187,228); }
div.DivClassName
{
background-color: #BDBBE4;
}
.BgClassName
{
background-color: #BDBBE4;
}
</style>
border-color css
<style>
span { border-color: #BDBBE4; }
span { border-color: rgb(189,187,228); }
td.TdClassName
{
border-color: #BDBBE4;
}
.TagClassName
{
border-color: #BDBBE4;
}
</style>