Shades of Lavender Blue #BDB7FB
Tints of Lavender Blue #BDB7FB
RGB
CMYK
RGB Variations
Color information
#BDB7FB (or 0xBDB7FB) is known color: Lavender Blue. HEX triplet: BD, B7 and FB. RGB value is (189,183,251). Sum of RGB (Red+Green+Blue) = 189+183+251=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FB is #424804. Grayscale: #C0C0C0. Windows color (decimal): -4343813 or 16496573. OLE color: 16496573.
HSL color Cylindrical-coordinate representation of color #BDB7FB: hue angle of 245.29º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB7FB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 183 | 251 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.02 |
| HSL | 245.29º | 0.89% | 0.85% | - |
| HSV(B) | 245.29º | 0.27% | 0.98% | - |
| XYZ | 55.33 | 51.65 | 98.32 | - |
| YUV | 192.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 251 | 0.25 | 0.27 | 0 | 0.02 | 245.29 | 0.89 | 0.85 |
| Hex | BD | B7 | FB | 19 | 1B | 0 | 2 | F5 | 59 | 55 |
| Octal | 275 | 267 | 373 | 31 | 33 | 0 | 2 | 365 | 131 | 125 |
| Binary | 10111101 | 10110111 | 11111011 | 11001 | 11011 | 0 | 10 | 11110101 | 1011001 | 1010101 |
Color Harmonies of #BDB7FB
Complementary color
Monochromatic Colors of #BDB7FB
Black with #BDB7FB
Text Example
Text Example
White with #BDB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7FB; }
p { color: rgb(189,183,251); }
H1.HeaderClassName
{
color: #BDB7FB;
}
.AnyTagClassName
{
color: #BDB7FB;
}
</style>
background-color css
<style>
a { background-color: #BDB7FB; }
a { background-color: rgb(189,183,251); }
div.DivClassName
{
background-color: #BDB7FB;
}
.BgClassName
{
background-color: #BDB7FB;
}
</style>
border-color css
<style>
span { border-color: #BDB7FB; }
span { border-color: rgb(189,183,251); }
td.TdClassName
{
border-color: #BDB7FB;
}
.TagClassName
{
border-color: #BDB7FB;
}
</style>