Shades of Lavender Blue #BDB8FB
Tints of Lavender Blue #BDB8FB
RGB
CMYK
RGB Variations
Color information
#BDB8FB (or 0xBDB8FB) is known color: Lavender Blue. HEX triplet: BD, B8 and FB. RGB value is (189,184,251). Sum of RGB (Red+Green+Blue) = 189+184+251=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8FB is #424704. Grayscale: #C0C0C0. Windows color (decimal): -4343557 or 16496829. OLE color: 16496829.
HSL color Cylindrical-coordinate representation of color #BDB8FB: hue angle of 244.48º 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 #BDB8FB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 184 | 251 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.02 |
| HSL | 244.48º | 0.89% | 0.85% | - |
| HSV(B) | 244.48º | 0.27% | 0.98% | - |
| XYZ | 55.54 | 52.06 | 98.39 | - |
| YUV | 193.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 251 | 0.25 | 0.27 | 0 | 0.02 | 244.48 | 0.89 | 0.85 |
| Hex | BD | B8 | FB | 19 | 1B | 0 | 2 | F4 | 59 | 55 |
| Octal | 275 | 270 | 373 | 31 | 33 | 0 | 2 | 364 | 131 | 125 |
| Binary | 10111101 | 10111000 | 11111011 | 11001 | 11011 | 0 | 10 | 11110100 | 1011001 | 1010101 |
Color Harmonies of #BDB8FB
Complementary color
Monochromatic Colors of #BDB8FB
Black with #BDB8FB
Text Example
Text Example
White with #BDB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8FB; }
p { color: rgb(189,184,251); }
H1.HeaderClassName
{
color: #BDB8FB;
}
.AnyTagClassName
{
color: #BDB8FB;
}
</style>
background-color css
<style>
a { background-color: #BDB8FB; }
a { background-color: rgb(189,184,251); }
div.DivClassName
{
background-color: #BDB8FB;
}
.BgClassName
{
background-color: #BDB8FB;
}
</style>
border-color css
<style>
span { border-color: #BDB8FB; }
span { border-color: rgb(189,184,251); }
td.TdClassName
{
border-color: #BDB8FB;
}
.TagClassName
{
border-color: #BDB8FB;
}
</style>