Shades of Lavender Grey #BDBEE6
Tints of Lavender Grey #BDBEE6
RGB
CMYK
RGB Variations
Color information
#BDBEE6 (or 0xBDBEE6) is known color: Lavender Grey. HEX triplet: BD, BE and E6. RGB value is (189,190,230). Sum of RGB (Red+Green+Blue) = 189+190+230=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEE6 is #424119. Grayscale: #C2C2C2. Windows color (decimal): -4342042 or 15122109. OLE color: 15122109.
HSL color Cylindrical-coordinate representation of color #BDBEE6: hue angle of 238.54º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBEE6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 190 | 230 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.10 |
| HSL | 238.54º | 0.45% | 0.82% | - |
| HSV(B) | 238.54º | 0.18% | 0.9% | - |
| XYZ | 53.68 | 53.36 | 82.33 | - |
| YUV | 194.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 230 | 0.18 | 0.17 | 0 | 0.10 | 238.54 | 0.45 | 0.82 |
| Hex | BD | BE | E6 | 12 | 11 | 0 | A | EF | 2D | 52 |
| Octal | 275 | 276 | 346 | 22 | 21 | 0 | 12 | 357 | 55 | 122 |
| Binary | 10111101 | 10111110 | 11100110 | 10010 | 10001 | 0 | 1010 | 11101111 | 101101 | 1010010 |
Color Harmonies of #BDBEE6
Complementary color
Monochromatic Colors of #BDBEE6
Black with #BDBEE6
Text Example
Text Example
White with #BDBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEE6; }
p { color: rgb(189,190,230); }
H1.HeaderClassName
{
color: #BDBEE6;
}
.AnyTagClassName
{
color: #BDBEE6;
}
</style>
background-color css
<style>
a { background-color: #BDBEE6; }
a { background-color: rgb(189,190,230); }
div.DivClassName
{
background-color: #BDBEE6;
}
.BgClassName
{
background-color: #BDBEE6;
}
</style>
border-color css
<style>
span { border-color: #BDBEE6; }
span { border-color: rgb(189,190,230); }
td.TdClassName
{
border-color: #BDBEE6;
}
.TagClassName
{
border-color: #BDBEE6;
}
</style>