Shades of Lavender Blue #BDB9FA
Tints of Lavender Blue #BDB9FA
RGB
CMYK
RGB Variations
Color information
#BDB9FA (or 0xBDB9FA) is known color: Lavender Blue. HEX triplet: BD, B9 and FA. RGB value is (189,185,250). Sum of RGB (Red+Green+Blue) = 189+185+250=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9FA is #424605. Grayscale: #C1C1C1. Windows color (decimal): -4343302 or 16431549. OLE color: 16431549.
HSL color Cylindrical-coordinate representation of color #BDB9FA: hue angle of 243.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB9FA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 185 | 250 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.02 |
| HSL | 243.69º | 0.87% | 0.85% | - |
| HSV(B) | 243.69º | 0.26% | 0.98% | - |
| XYZ | 55.59 | 52.42 | 97.63 | - |
| YUV | 193.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 250 | 0.24 | 0.26 | 0 | 0.02 | 243.69 | 0.87 | 0.85 |
| Hex | BD | B9 | FA | 18 | 1A | 0 | 2 | F4 | 57 | 55 |
| Octal | 275 | 271 | 372 | 30 | 32 | 0 | 2 | 364 | 127 | 125 |
| Binary | 10111101 | 10111001 | 11111010 | 11000 | 11010 | 0 | 10 | 11110100 | 1010111 | 1010101 |
Color Harmonies of #BDB9FA
Complementary color
Monochromatic Colors of #BDB9FA
Black with #BDB9FA
Text Example
Text Example
White with #BDB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9FA; }
p { color: rgb(189,185,250); }
H1.HeaderClassName
{
color: #BDB9FA;
}
.AnyTagClassName
{
color: #BDB9FA;
}
</style>
background-color css
<style>
a { background-color: #BDB9FA; }
a { background-color: rgb(189,185,250); }
div.DivClassName
{
background-color: #BDB9FA;
}
.BgClassName
{
background-color: #BDB9FA;
}
</style>
border-color css
<style>
span { border-color: #BDB9FA; }
span { border-color: rgb(189,185,250); }
td.TdClassName
{
border-color: #BDB9FA;
}
.TagClassName
{
border-color: #BDB9FA;
}
</style>