Shades of Lavender Blue #BDB9FB
Tints of Lavender Blue #BDB9FB
RGB
CMYK
RGB Variations
Color information
#BDB9FB (or 0xBDB9FB) is known color: Lavender Blue. HEX triplet: BD, B9 and FB. RGB value is (189,185,251). Sum of RGB (Red+Green+Blue) = 189+185+251=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9FB is #424604. Grayscale: #C1C1C1. Windows color (decimal): -4343301 or 16497085. OLE color: 16497085.
HSL color Cylindrical-coordinate representation of color #BDB9FB: hue angle of 243.64º degrees, saturation: 0.89, 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 #BDB9FB is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 185 | 251 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.02 |
| HSL | 243.64º | 0.89% | 0.85% | - |
| HSV(B) | 243.64º | 0.26% | 0.98% | - |
| XYZ | 55.75 | 52.48 | 98.46 | - |
| YUV | 193.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 251 | 0.25 | 0.26 | 0 | 0.02 | 243.64 | 0.89 | 0.85 |
| Hex | BD | B9 | FB | 19 | 1A | 0 | 2 | F4 | 59 | 55 |
| Octal | 275 | 271 | 373 | 31 | 32 | 0 | 2 | 364 | 131 | 125 |
| Binary | 10111101 | 10111001 | 11111011 | 11001 | 11010 | 0 | 10 | 11110100 | 1011001 | 1010101 |
Color Harmonies of #BDB9FB
Complementary color
Monochromatic Colors of #BDB9FB
Black with #BDB9FB
Text Example
Text Example
White with #BDB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9FB; }
p { color: rgb(189,185,251); }
H1.HeaderClassName
{
color: #BDB9FB;
}
.AnyTagClassName
{
color: #BDB9FB;
}
</style>
background-color css
<style>
a { background-color: #BDB9FB; }
a { background-color: rgb(189,185,251); }
div.DivClassName
{
background-color: #BDB9FB;
}
.BgClassName
{
background-color: #BDB9FB;
}
</style>
border-color css
<style>
span { border-color: #BDB9FB; }
span { border-color: rgb(189,185,251); }
td.TdClassName
{
border-color: #BDB9FB;
}
.TagClassName
{
border-color: #BDB9FB;
}
</style>