Shades of Lavender Grey #BDBAF0
Tints of Lavender Grey #BDBAF0
RGB
CMYK
RGB Variations
Color information
#BDBAF0 (or 0xBDBAF0) is known color: Lavender Grey. HEX triplet: BD, BA and F0. RGB value is (189,186,240). Sum of RGB (Red+Green+Blue) = 189+186+240=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF0 is #42450F. Grayscale: #C0C0C0. Windows color (decimal): -4343056 or 15776445. OLE color: 15776445.
HSL color Cylindrical-coordinate representation of color #BDBAF0: hue angle of 243.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBAF0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 186 | 240 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.06 |
| HSL | 243.33º | 0.64% | 0.84% | - |
| HSV(B) | 243.33º | 0.23% | 0.94% | - |
| XYZ | 54.27 | 52.23 | 89.66 | - |
| YUV | 193.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 240 | 0.21 | 0.22 | 0 | 0.06 | 243.33 | 0.64 | 0.84 |
| Hex | BD | BA | F0 | 15 | 16 | 0 | 6 | F3 | 40 | 54 |
| Octal | 275 | 272 | 360 | 25 | 26 | 0 | 6 | 363 | 100 | 124 |
| Binary | 10111101 | 10111010 | 11110000 | 10101 | 10110 | 0 | 110 | 11110011 | 1000000 | 1010100 |
Color Harmonies of #BDBAF0
Complementary color
Monochromatic Colors of #BDBAF0
Black with #BDBAF0
Text Example
Text Example
White with #BDBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAF0; }
p { color: rgb(189,186,240); }
H1.HeaderClassName
{
color: #BDBAF0;
}
.AnyTagClassName
{
color: #BDBAF0;
}
</style>
background-color css
<style>
a { background-color: #BDBAF0; }
a { background-color: rgb(189,186,240); }
div.DivClassName
{
background-color: #BDBAF0;
}
.BgClassName
{
background-color: #BDBAF0;
}
</style>
border-color css
<style>
span { border-color: #BDBAF0; }
span { border-color: rgb(189,186,240); }
td.TdClassName
{
border-color: #BDBAF0;
}
.TagClassName
{
border-color: #BDBAF0;
}
</style>