Shades of Lavender Blue #BDAEFF
Tints of Lavender Blue #BDAEFF
RGB
CMYK
RGB Variations
Color information
#BDAEFF (or 0xBDAEFF) is known color: Lavender Blue. HEX triplet: BD, AE and FF. RGB value is (189,174,255). Sum of RGB (Red+Green+Blue) = 189+174+255=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEFF is #425100. Grayscale: #BBBBBB. Windows color (decimal): -4346113 or 16756413. OLE color: 16756413.
HSL color Cylindrical-coordinate representation of color #BDAEFF: hue angle of 251.11º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDAEFF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 174 | 255 | - |
| CMYK | 0.26 | 0.32 | 0 | 0 |
| HSL | 251.11º | 1% | 0.84% | - |
| HSV(B) | 251.11º | 0.32% | 1% | - |
| XYZ | 54.17 | 48.31 | 101.08 | - |
| YUV | 187.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 255 | 0.26 | 0.32 | 0 | 0 | 251.11 | 1 | 0.84 |
| Hex | BD | AE | FF | 1A | 20 | 0 | 0 | FB | 64 | 54 |
| Octal | 275 | 256 | 377 | 32 | 40 | 0 | 0 | 373 | 144 | 124 |
| Binary | 10111101 | 10101110 | 11111111 | 11010 | 100000 | 0 | 0 | 11111011 | 1100100 | 1010100 |
Color Harmonies of #BDAEFF
Complementary color
Monochromatic Colors of #BDAEFF
Black with #BDAEFF
Text Example
Text Example
White with #BDAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEFF; }
p { color: rgb(189,174,255); }
H1.HeaderClassName
{
color: #BDAEFF;
}
.AnyTagClassName
{
color: #BDAEFF;
}
</style>
background-color css
<style>
a { background-color: #BDAEFF; }
a { background-color: rgb(189,174,255); }
div.DivClassName
{
background-color: #BDAEFF;
}
.BgClassName
{
background-color: #BDAEFF;
}
</style>
border-color css
<style>
span { border-color: #BDAEFF; }
span { border-color: rgb(189,174,255); }
td.TdClassName
{
border-color: #BDAEFF;
}
.TagClassName
{
border-color: #BDAEFF;
}
</style>