Shades of Lavender Blue #BDB2FB
Tints of Lavender Blue #BDB2FB
RGB
CMYK
RGB Variations
Color information
#BDB2FB (or 0xBDB2FB) is known color: Lavender Blue. HEX triplet: BD, B2 and FB. RGB value is (189,178,251). Sum of RGB (Red+Green+Blue) = 189+178+251=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2FB is #424D04. Grayscale: #BDBDBD. Windows color (decimal): -4345093 or 16495293. OLE color: 16495293.
HSL color Cylindrical-coordinate representation of color #BDB2FB: hue angle of 249.04º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB2FB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 178 | 251 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.02 |
| HSL | 249.04º | 0.9% | 0.84% | - |
| HSV(B) | 249.04º | 0.29% | 0.98% | - |
| XYZ | 54.32 | 49.62 | 97.98 | - |
| YUV | 189.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 251 | 0.25 | 0.29 | 0 | 0.02 | 249.04 | 0.9 | 0.84 |
| Hex | BD | B2 | FB | 19 | 1D | 0 | 2 | F9 | 5A | 54 |
| Octal | 275 | 262 | 373 | 31 | 35 | 0 | 2 | 371 | 132 | 124 |
| Binary | 10111101 | 10110010 | 11111011 | 11001 | 11101 | 0 | 10 | 11111001 | 1011010 | 1010100 |
Color Harmonies of #BDB2FB
Complementary color
Monochromatic Colors of #BDB2FB
Black with #BDB2FB
Text Example
Text Example
White with #BDB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2FB; }
p { color: rgb(189,178,251); }
H1.HeaderClassName
{
color: #BDB2FB;
}
.AnyTagClassName
{
color: #BDB2FB;
}
</style>
background-color css
<style>
a { background-color: #BDB2FB; }
a { background-color: rgb(189,178,251); }
div.DivClassName
{
background-color: #BDB2FB;
}
.BgClassName
{
background-color: #BDB2FB;
}
</style>
border-color css
<style>
span { border-color: #BDB2FB; }
span { border-color: rgb(189,178,251); }
td.TdClassName
{
border-color: #BDB2FB;
}
.TagClassName
{
border-color: #BDB2FB;
}
</style>