Shades of Lavender Grey #BDBBE3
Tints of Lavender Grey #BDBBE3
RGB
CMYK
RGB Variations
Color information
#BDBBE3 (or 0xBDBBE3) is known color: Lavender Grey. HEX triplet: BD, BB and E3. RGB value is (189,187,227). Sum of RGB (Red+Green+Blue) = 189+187+227=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBE3 is #42441C. Grayscale: #C0C0C0. Windows color (decimal): -4342813 or 14924733. OLE color: 14924733.
HSL color Cylindrical-coordinate representation of color #BDBBE3: hue angle of 243º degrees, saturation: 0.42, 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 #BDBBE3 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 187 | 227 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.11 |
| HSL | 243º | 0.42% | 0.81% | - |
| HSV(B) | 243º | 0.18% | 0.89% | - |
| XYZ | 52.62 | 51.91 | 79.92 | - |
| YUV | 192.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 227 | 0.17 | 0.18 | 0 | 0.11 | 243 | 0.42 | 0.81 |
| Hex | BD | BB | E3 | 11 | 12 | 0 | B | F3 | 2A | 51 |
| Octal | 275 | 273 | 343 | 21 | 22 | 0 | 13 | 363 | 52 | 121 |
| Binary | 10111101 | 10111011 | 11100011 | 10001 | 10010 | 0 | 1011 | 11110011 | 101010 | 1010001 |
Color Harmonies of #BDBBE3
Complementary color
Monochromatic Colors of #BDBBE3
Black with #BDBBE3
Text Example
Text Example
White with #BDBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBE3; }
p { color: rgb(189,187,227); }
H1.HeaderClassName
{
color: #BDBBE3;
}
.AnyTagClassName
{
color: #BDBBE3;
}
</style>
background-color css
<style>
a { background-color: #BDBBE3; }
a { background-color: rgb(189,187,227); }
div.DivClassName
{
background-color: #BDBBE3;
}
.BgClassName
{
background-color: #BDBBE3;
}
</style>
border-color css
<style>
span { border-color: #BDBBE3; }
span { border-color: rgb(189,187,227); }
td.TdClassName
{
border-color: #BDBBE3;
}
.TagClassName
{
border-color: #BDBBE3;
}
</style>