Shades of Lavender Blue #BDB3FA
Tints of Lavender Blue #BDB3FA
RGB
CMYK
RGB Variations
Color information
#BDB3FA (or 0xBDB3FA) is known color: Lavender Blue. HEX triplet: BD, B3 and FA. RGB value is (189,179,250). Sum of RGB (Red+Green+Blue) = 189+179+250=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FA is #424C05. Grayscale: #BDBDBD. Windows color (decimal): -4344838 or 16430013. OLE color: 16430013.
HSL color Cylindrical-coordinate representation of color #BDB3FA: hue angle of 248.45º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB3FA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 179 | 250 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.02 |
| HSL | 248.45º | 0.88% | 0.84% | - |
| HSV(B) | 248.45º | 0.28% | 0.98% | - |
| XYZ | 54.36 | 49.96 | 97.22 | - |
| YUV | 190.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 250 | 0.24 | 0.28 | 0 | 0.02 | 248.45 | 0.88 | 0.84 |
| Hex | BD | B3 | FA | 18 | 1C | 0 | 2 | F8 | 58 | 54 |
| Octal | 275 | 263 | 372 | 30 | 34 | 0 | 2 | 370 | 130 | 124 |
| Binary | 10111101 | 10110011 | 11111010 | 11000 | 11100 | 0 | 10 | 11111000 | 1011000 | 1010100 |
Color Harmonies of #BDB3FA
Complementary color
Monochromatic Colors of #BDB3FA
Black with #BDB3FA
Text Example
Text Example
White with #BDB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3FA; }
p { color: rgb(189,179,250); }
H1.HeaderClassName
{
color: #BDB3FA;
}
.AnyTagClassName
{
color: #BDB3FA;
}
</style>
background-color css
<style>
a { background-color: #BDB3FA; }
a { background-color: rgb(189,179,250); }
div.DivClassName
{
background-color: #BDB3FA;
}
.BgClassName
{
background-color: #BDB3FA;
}
</style>
border-color css
<style>
span { border-color: #BDB3FA; }
span { border-color: rgb(189,179,250); }
td.TdClassName
{
border-color: #BDB3FA;
}
.TagClassName
{
border-color: #BDB3FA;
}
</style>