Shades of Lavender Blue #BDBAF6
Tints of Lavender Blue #BDBAF6
RGB
CMYK
RGB Variations
Color information
#BDBAF6 (or 0xBDBAF6) is known color: Lavender Blue. HEX triplet: BD, BA and F6. RGB value is (189,186,246). Sum of RGB (Red+Green+Blue) = 189+186+246=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDBAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF6 is #424509. Grayscale: #C1C1C1. Windows color (decimal): -4343050 or 16169661. OLE color: 16169661.
HSL color Cylindrical-coordinate representation of color #BDBAF6: hue angle of 243º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDBAF6 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 186 | 246 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.04 |
| HSL | 243º | 0.77% | 0.85% | - |
| HSV(B) | 243º | 0.24% | 0.96% | - |
| XYZ | 55.18 | 52.59 | 94.43 | - |
| YUV | 193.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 246 | 0.23 | 0.24 | 0 | 0.04 | 243 | 0.77 | 0.85 |
| Hex | BD | BA | F6 | 17 | 18 | 0 | 4 | F3 | 4D | 55 |
| Octal | 275 | 272 | 366 | 27 | 30 | 0 | 4 | 363 | 115 | 125 |
| Binary | 10111101 | 10111010 | 11110110 | 10111 | 11000 | 0 | 100 | 11110011 | 1001101 | 1010101 |
Color Harmonies of #BDBAF6
Complementary color
Monochromatic Colors of #BDBAF6
Black with #BDBAF6
Text Example
Text Example
White with #BDBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAF6; }
p { color: rgb(189,186,246); }
H1.HeaderClassName
{
color: #BDBAF6;
}
.AnyTagClassName
{
color: #BDBAF6;
}
</style>
background-color css
<style>
a { background-color: #BDBAF6; }
a { background-color: rgb(189,186,246); }
div.DivClassName
{
background-color: #BDBAF6;
}
.BgClassName
{
background-color: #BDBAF6;
}
</style>
border-color css
<style>
span { border-color: #BDBAF6; }
span { border-color: rgb(189,186,246); }
td.TdClassName
{
border-color: #BDBAF6;
}
.TagClassName
{
border-color: #BDBAF6;
}
</style>