Shades of Lavender Blue #B8AEFF
Tints of Lavender Blue #B8AEFF
RGB
CMYK
RGB Variations
Color information
#B8AEFF (or 0xB8AEFF) is known color: Lavender Blue. HEX triplet: B8, AE and FF. RGB value is (184,174,255). Sum of RGB (Red+Green+Blue) = 184+174+255=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEFF is #475100. Grayscale: #B9B9B9. Windows color (decimal): -4673793 or 16756408. OLE color: 16756408.
HSL color Cylindrical-coordinate representation of color #B8AEFF: hue angle of 247.41º 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 #B8AEFF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 174 | 255 | - |
| CMYK | 0.28 | 0.32 | 0 | 0 |
| HSL | 247.41º | 1% | 0.84% | - |
| HSV(B) | 247.41º | 0.32% | 1% | - |
| XYZ | 52.95 | 47.68 | 101.02 | - |
| YUV | 186.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 255 | 0.28 | 0.32 | 0 | 0 | 247.41 | 1 | 0.84 |
| Hex | B8 | AE | FF | 1C | 20 | 0 | 0 | F7 | 64 | 54 |
| Octal | 270 | 256 | 377 | 34 | 40 | 0 | 0 | 367 | 144 | 124 |
| Binary | 10111000 | 10101110 | 11111111 | 11100 | 100000 | 0 | 0 | 11110111 | 1100100 | 1010100 |
Color Harmonies of #B8AEFF
Complementary color
Monochromatic Colors of #B8AEFF
Black with #B8AEFF
Text Example
Text Example
White with #B8AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEFF; }
p { color: rgb(184,174,255); }
H1.HeaderClassName
{
color: #B8AEFF;
}
.AnyTagClassName
{
color: #B8AEFF;
}
</style>
background-color css
<style>
a { background-color: #B8AEFF; }
a { background-color: rgb(184,174,255); }
div.DivClassName
{
background-color: #B8AEFF;
}
.BgClassName
{
background-color: #B8AEFF;
}
</style>
border-color css
<style>
span { border-color: #B8AEFF; }
span { border-color: rgb(184,174,255); }
td.TdClassName
{
border-color: #B8AEFF;
}
.TagClassName
{
border-color: #B8AEFF;
}
</style>