Shades of Lavender Blue #B9AEFF
Tints of Lavender Blue #B9AEFF
RGB
CMYK
RGB Variations
Color information
#B9AEFF (or 0xB9AEFF) is known color: Lavender Blue. HEX triplet: B9, AE and FF. RGB value is (185,174,255). Sum of RGB (Red+Green+Blue) = 185+174+255=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AEFF is #465100. Grayscale: #BABABA. Windows color (decimal): -4608257 or 16756409. OLE color: 16756409.
HSL color Cylindrical-coordinate representation of color #B9AEFF: hue angle of 248.15º 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 #B9AEFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 174 | 255 | - |
| CMYK | 0.27 | 0.32 | 0 | 0 |
| HSL | 248.15º | 1% | 0.84% | - |
| HSV(B) | 248.15º | 0.32% | 1% | - |
| XYZ | 53.19 | 47.81 | 101.03 | - |
| YUV | 186.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 174 | 255 | 0.27 | 0.32 | 0 | 0 | 248.15 | 1 | 0.84 |
| Hex | B9 | AE | FF | 1B | 20 | 0 | 0 | F8 | 64 | 54 |
| Octal | 271 | 256 | 377 | 33 | 40 | 0 | 0 | 370 | 144 | 124 |
| Binary | 10111001 | 10101110 | 11111111 | 11011 | 100000 | 0 | 0 | 11111000 | 1100100 | 1010100 |
Color Harmonies of #B9AEFF
Complementary color
Monochromatic Colors of #B9AEFF
Black with #B9AEFF
Text Example
Text Example
White with #B9AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AEFF; }
p { color: rgb(185,174,255); }
H1.HeaderClassName
{
color: #B9AEFF;
}
.AnyTagClassName
{
color: #B9AEFF;
}
</style>
background-color css
<style>
a { background-color: #B9AEFF; }
a { background-color: rgb(185,174,255); }
div.DivClassName
{
background-color: #B9AEFF;
}
.BgClassName
{
background-color: #B9AEFF;
}
</style>
border-color css
<style>
span { border-color: #B9AEFF; }
span { border-color: rgb(185,174,255); }
td.TdClassName
{
border-color: #B9AEFF;
}
.TagClassName
{
border-color: #B9AEFF;
}
</style>