Shades of Lavender Grey #BDB9F2
Tints of Lavender Grey #BDB9F2
RGB
CMYK
RGB Variations
Color information
#BDB9F2 (or 0xBDB9F2) is known color: Lavender Grey. HEX triplet: BD, B9 and F2. RGB value is (189,185,242). Sum of RGB (Red+Green+Blue) = 189+185+242=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDB9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9F2 is #42460D. Grayscale: #C0C0C0. Windows color (decimal): -4343310 or 15907261. OLE color: 15907261.
HSL color Cylindrical-coordinate representation of color #BDB9F2: hue angle of 244.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB9F2 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 185 | 242 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.05 |
| HSL | 244.21º | 0.69% | 0.84% | - |
| HSV(B) | 244.21º | 0.24% | 0.95% | - |
| XYZ | 54.36 | 51.93 | 91.16 | - |
| YUV | 192.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 242 | 0.22 | 0.24 | 0 | 0.05 | 244.21 | 0.69 | 0.84 |
| Hex | BD | B9 | F2 | 16 | 18 | 0 | 5 | F4 | 45 | 54 |
| Octal | 275 | 271 | 362 | 26 | 30 | 0 | 5 | 364 | 105 | 124 |
| Binary | 10111101 | 10111001 | 11110010 | 10110 | 11000 | 0 | 101 | 11110100 | 1000101 | 1010100 |
Color Harmonies of #BDB9F2
Complementary color
Monochromatic Colors of #BDB9F2
Black with #BDB9F2
Text Example
Text Example
White with #BDB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9F2; }
p { color: rgb(189,185,242); }
H1.HeaderClassName
{
color: #BDB9F2;
}
.AnyTagClassName
{
color: #BDB9F2;
}
</style>
background-color css
<style>
a { background-color: #BDB9F2; }
a { background-color: rgb(189,185,242); }
div.DivClassName
{
background-color: #BDB9F2;
}
.BgClassName
{
background-color: #BDB9F2;
}
</style>
border-color css
<style>
span { border-color: #BDB9F2; }
span { border-color: rgb(189,185,242); }
td.TdClassName
{
border-color: #BDB9F2;
}
.TagClassName
{
border-color: #BDB9F2;
}
</style>