Shades of Lavender Blue #BDBDFB
Tints of Lavender Blue #BDBDFB
RGB
CMYK
RGB Variations
Color information
#BDBDFB (or 0xBDBDFB) is known color: Lavender Blue. HEX triplet: BD, BD and FB. RGB value is (189,189,251). Sum of RGB (Red+Green+Blue) = 189+189+251=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDFB is #424204. Grayscale: #C3C3C3. Windows color (decimal): -4342277 or 16498109. OLE color: 16498109.
HSL color Cylindrical-coordinate representation of color #BDBDFB: hue angle of 240º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBDFB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 189 | 251 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.02 |
| HSL | 240º | 0.89% | 0.86% | - |
| HSV(B) | 240º | 0.25% | 0.98% | - |
| XYZ | 56.6 | 54.18 | 98.74 | - |
| YUV | 196.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 251 | 0.25 | 0.25 | 0 | 0.02 | 240 | 0.89 | 0.86 |
| Hex | BD | BD | FB | 19 | 19 | 0 | 2 | F0 | 59 | 56 |
| Octal | 275 | 275 | 373 | 31 | 31 | 0 | 2 | 360 | 131 | 126 |
| Binary | 10111101 | 10111101 | 11111011 | 11001 | 11001 | 0 | 10 | 11110000 | 1011001 | 1010110 |
Color Harmonies of #BDBDFB
Complementary color
Monochromatic Colors of #BDBDFB
Black with #BDBDFB
Text Example
Text Example
White with #BDBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDFB; }
p { color: rgb(189,189,251); }
H1.HeaderClassName
{
color: #BDBDFB;
}
.AnyTagClassName
{
color: #BDBDFB;
}
</style>
background-color css
<style>
a { background-color: #BDBDFB; }
a { background-color: rgb(189,189,251); }
div.DivClassName
{
background-color: #BDBDFB;
}
.BgClassName
{
background-color: #BDBDFB;
}
</style>
border-color css
<style>
span { border-color: #BDBDFB; }
span { border-color: rgb(189,189,251); }
td.TdClassName
{
border-color: #BDBDFB;
}
.TagClassName
{
border-color: #BDBDFB;
}
</style>