Shades of Lavender Grey #BDBBE6
Tints of Lavender Grey #BDBBE6
RGB
CMYK
RGB Variations
Color information
#BDBBE6 (or 0xBDBBE6) is known color: Lavender Grey. HEX triplet: BD, BB and E6. RGB value is (189,187,230). Sum of RGB (Red+Green+Blue) = 189+187+230=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBE6 is #424419. Grayscale: #C0C0C0. Windows color (decimal): -4342810 or 15121341. OLE color: 15121341.
HSL color Cylindrical-coordinate representation of color #BDBBE6: hue angle of 242.79º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBBE6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 187 | 230 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.10 |
| HSL | 242.79º | 0.46% | 0.82% | - |
| HSV(B) | 242.79º | 0.19% | 0.9% | - |
| XYZ | 53.04 | 52.07 | 82.12 | - |
| YUV | 192.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 230 | 0.18 | 0.19 | 0 | 0.10 | 242.79 | 0.46 | 0.82 |
| Hex | BD | BB | E6 | 12 | 13 | 0 | A | F3 | 2E | 52 |
| Octal | 275 | 273 | 346 | 22 | 23 | 0 | 12 | 363 | 56 | 122 |
| Binary | 10111101 | 10111011 | 11100110 | 10010 | 10011 | 0 | 1010 | 11110011 | 101110 | 1010010 |
Color Harmonies of #BDBBE6
Complementary color
Monochromatic Colors of #BDBBE6
Black with #BDBBE6
Text Example
Text Example
White with #BDBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBE6; }
p { color: rgb(189,187,230); }
H1.HeaderClassName
{
color: #BDBBE6;
}
.AnyTagClassName
{
color: #BDBBE6;
}
</style>
background-color css
<style>
a { background-color: #BDBBE6; }
a { background-color: rgb(189,187,230); }
div.DivClassName
{
background-color: #BDBBE6;
}
.BgClassName
{
background-color: #BDBBE6;
}
</style>
border-color css
<style>
span { border-color: #BDBBE6; }
span { border-color: rgb(189,187,230); }
td.TdClassName
{
border-color: #BDBBE6;
}
.TagClassName
{
border-color: #BDBBE6;
}
</style>