Shades of Lavender Grey #BDB8F1
Tints of Lavender Grey #BDB8F1
RGB
CMYK
RGB Variations
Color information
#BDB8F1 (or 0xBDB8F1) is known color: Lavender Grey. HEX triplet: BD, B8 and F1. RGB value is (189,184,241). Sum of RGB (Red+Green+Blue) = 189+184+241=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8F1 is #42470E. Grayscale: #BFBFBF. Windows color (decimal): -4343567 or 15841469. OLE color: 15841469.
HSL color Cylindrical-coordinate representation of color #BDB8F1: hue angle of 245.26º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB8F1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 184 | 241 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.05 |
| HSL | 245.26º | 0.67% | 0.83% | - |
| HSV(B) | 245.26º | 0.24% | 0.95% | - |
| XYZ | 54 | 51.45 | 90.3 | - |
| YUV | 191.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 241 | 0.22 | 0.24 | 0 | 0.05 | 245.26 | 0.67 | 0.83 |
| Hex | BD | B8 | F1 | 16 | 18 | 0 | 5 | F5 | 43 | 53 |
| Octal | 275 | 270 | 361 | 26 | 30 | 0 | 5 | 365 | 103 | 123 |
| Binary | 10111101 | 10111000 | 11110001 | 10110 | 11000 | 0 | 101 | 11110101 | 1000011 | 1010011 |
Color Harmonies of #BDB8F1
Complementary color
Monochromatic Colors of #BDB8F1
Black with #BDB8F1
Text Example
Text Example
White with #BDB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8F1; }
p { color: rgb(189,184,241); }
H1.HeaderClassName
{
color: #BDB8F1;
}
.AnyTagClassName
{
color: #BDB8F1;
}
</style>
background-color css
<style>
a { background-color: #BDB8F1; }
a { background-color: rgb(189,184,241); }
div.DivClassName
{
background-color: #BDB8F1;
}
.BgClassName
{
background-color: #BDB8F1;
}
</style>
border-color css
<style>
span { border-color: #BDB8F1; }
span { border-color: rgb(189,184,241); }
td.TdClassName
{
border-color: #BDB8F1;
}
.TagClassName
{
border-color: #BDB8F1;
}
</style>