Shades of Lavender Blue #BDB5FA
Tints of Lavender Blue #BDB5FA
RGB
CMYK
RGB Variations
Color information
#BDB5FA (or 0xBDB5FA) is known color: Lavender Blue. HEX triplet: BD, B5 and FA. RGB value is (189,181,250). Sum of RGB (Red+Green+Blue) = 189+181+250=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5FA is #424A05. Grayscale: #BEBEBE. Windows color (decimal): -4344326 or 16430525. OLE color: 16430525.
HSL color Cylindrical-coordinate representation of color #BDB5FA: hue angle of 246.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB5FA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 181 | 250 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.02 |
| HSL | 246.96º | 0.87% | 0.85% | - |
| HSV(B) | 246.96º | 0.28% | 0.98% | - |
| XYZ | 54.77 | 50.77 | 97.36 | - |
| YUV | 191.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 250 | 0.24 | 0.28 | 0 | 0.02 | 246.96 | 0.87 | 0.85 |
| Hex | BD | B5 | FA | 18 | 1C | 0 | 2 | F7 | 57 | 55 |
| Octal | 275 | 265 | 372 | 30 | 34 | 0 | 2 | 367 | 127 | 125 |
| Binary | 10111101 | 10110101 | 11111010 | 11000 | 11100 | 0 | 10 | 11110111 | 1010111 | 1010101 |
Color Harmonies of #BDB5FA
Complementary color
Monochromatic Colors of #BDB5FA
Black with #BDB5FA
Text Example
Text Example
White with #BDB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5FA; }
p { color: rgb(189,181,250); }
H1.HeaderClassName
{
color: #BDB5FA;
}
.AnyTagClassName
{
color: #BDB5FA;
}
</style>
background-color css
<style>
a { background-color: #BDB5FA; }
a { background-color: rgb(189,181,250); }
div.DivClassName
{
background-color: #BDB5FA;
}
.BgClassName
{
background-color: #BDB5FA;
}
</style>
border-color css
<style>
span { border-color: #BDB5FA; }
span { border-color: rgb(189,181,250); }
td.TdClassName
{
border-color: #BDB5FA;
}
.TagClassName
{
border-color: #BDB5FA;
}
</style>