Shades of Lavender Blue #BDB5F9
Tints of Lavender Blue #BDB5F9
RGB
CMYK
RGB Variations
Color information
#BDB5F9 (or 0xBDB5F9) is known color: Lavender Blue. HEX triplet: BD, B5 and F9. RGB value is (189,181,249). Sum of RGB (Red+Green+Blue) = 189+181+249=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5F9 is #424A06. Grayscale: #BEBEBE. Windows color (decimal): -4344327 or 16364989. OLE color: 16364989.
HSL color Cylindrical-coordinate representation of color #BDB5F9: hue angle of 247.06º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB5F9 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 181 | 249 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.02 |
| HSL | 247.06º | 0.85% | 0.84% | - |
| HSV(B) | 247.06º | 0.27% | 0.98% | - |
| XYZ | 54.61 | 50.71 | 96.53 | - |
| YUV | 191.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 249 | 0.24 | 0.27 | 0 | 0.02 | 247.06 | 0.85 | 0.84 |
| Hex | BD | B5 | F9 | 18 | 1B | 0 | 2 | F7 | 55 | 54 |
| Octal | 275 | 265 | 371 | 30 | 33 | 0 | 2 | 367 | 125 | 124 |
| Binary | 10111101 | 10110101 | 11111001 | 11000 | 11011 | 0 | 10 | 11110111 | 1010101 | 1010100 |
Color Harmonies of #BDB5F9
Complementary color
Monochromatic Colors of #BDB5F9
Black with #BDB5F9
Text Example
Text Example
White with #BDB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5F9; }
p { color: rgb(189,181,249); }
H1.HeaderClassName
{
color: #BDB5F9;
}
.AnyTagClassName
{
color: #BDB5F9;
}
</style>
background-color css
<style>
a { background-color: #BDB5F9; }
a { background-color: rgb(189,181,249); }
div.DivClassName
{
background-color: #BDB5F9;
}
.BgClassName
{
background-color: #BDB5F9;
}
</style>
border-color css
<style>
span { border-color: #BDB5F9; }
span { border-color: rgb(189,181,249); }
td.TdClassName
{
border-color: #BDB5F9;
}
.TagClassName
{
border-color: #BDB5F9;
}
</style>