Shades of Lavender Grey #BDBAF2
Tints of Lavender Grey #BDBAF2
RGB
CMYK
RGB Variations
Color information
#BDBAF2 (or 0xBDBAF2) is known color: Lavender Grey. HEX triplet: BD, BA and F2. RGB value is (189,186,242). Sum of RGB (Red+Green+Blue) = 189+186+242=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF2 is #42450D. Grayscale: #C1C1C1. Windows color (decimal): -4343054 or 15907517. OLE color: 15907517.
HSL color Cylindrical-coordinate representation of color #BDBAF2: hue angle of 243.21º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBAF2 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 186 | 242 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.05 |
| HSL | 243.21º | 0.68% | 0.84% | - |
| HSV(B) | 243.21º | 0.23% | 0.95% | - |
| XYZ | 54.57 | 52.35 | 91.23 | - |
| YUV | 193.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 242 | 0.22 | 0.23 | 0 | 0.05 | 243.21 | 0.68 | 0.84 |
| Hex | BD | BA | F2 | 16 | 17 | 0 | 5 | F3 | 44 | 54 |
| Octal | 275 | 272 | 362 | 26 | 27 | 0 | 5 | 363 | 104 | 124 |
| Binary | 10111101 | 10111010 | 11110010 | 10110 | 10111 | 0 | 101 | 11110011 | 1000100 | 1010100 |
Color Harmonies of #BDBAF2
Complementary color
Monochromatic Colors of #BDBAF2
Black with #BDBAF2
Text Example
Text Example
White with #BDBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAF2; }
p { color: rgb(189,186,242); }
H1.HeaderClassName
{
color: #BDBAF2;
}
.AnyTagClassName
{
color: #BDBAF2;
}
</style>
background-color css
<style>
a { background-color: #BDBAF2; }
a { background-color: rgb(189,186,242); }
div.DivClassName
{
background-color: #BDBAF2;
}
.BgClassName
{
background-color: #BDBAF2;
}
</style>
border-color css
<style>
span { border-color: #BDBAF2; }
span { border-color: rgb(189,186,242); }
td.TdClassName
{
border-color: #BDBAF2;
}
.TagClassName
{
border-color: #BDBAF2;
}
</style>