Shades of Lavender Blue #BDB1FF
Tints of Lavender Blue #BDB1FF
RGB
CMYK
RGB Variations
Color information
#BDB1FF (or 0xBDB1FF) is known color: Lavender Blue. HEX triplet: BD, B1 and FF. RGB value is (189,177,255). Sum of RGB (Red+Green+Blue) = 189+177+255=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1FF is #424E00. Grayscale: #BDBDBD. Windows color (decimal): -4345345 or 16757181. OLE color: 16757181.
HSL color Cylindrical-coordinate representation of color #BDB1FF: hue angle of 249.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB1FF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 177 | 255 | - |
| CMYK | 0.26 | 0.31 | 0 | 0 |
| HSL | 249.23º | 1% | 0.85% | - |
| HSV(B) | 249.23º | 0.31% | 1% | - |
| XYZ | 54.76 | 49.48 | 101.27 | - |
| YUV | 189.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 255 | 0.26 | 0.31 | 0 | 0 | 249.23 | 1 | 0.85 |
| Hex | BD | B1 | FF | 1A | 1F | 0 | 0 | F9 | 64 | 55 |
| Octal | 275 | 261 | 377 | 32 | 37 | 0 | 0 | 371 | 144 | 125 |
| Binary | 10111101 | 10110001 | 11111111 | 11010 | 11111 | 0 | 0 | 11111001 | 1100100 | 1010101 |
Color Harmonies of #BDB1FF
Complementary color
Monochromatic Colors of #BDB1FF
Black with #BDB1FF
Text Example
Text Example
White with #BDB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1FF; }
p { color: rgb(189,177,255); }
H1.HeaderClassName
{
color: #BDB1FF;
}
.AnyTagClassName
{
color: #BDB1FF;
}
</style>
background-color css
<style>
a { background-color: #BDB1FF; }
a { background-color: rgb(189,177,255); }
div.DivClassName
{
background-color: #BDB1FF;
}
.BgClassName
{
background-color: #BDB1FF;
}
</style>
border-color css
<style>
span { border-color: #BDB1FF; }
span { border-color: rgb(189,177,255); }
td.TdClassName
{
border-color: #BDB1FF;
}
.TagClassName
{
border-color: #BDB1FF;
}
</style>