Shades of Lavender Grey #B5AEEF
Tints of Lavender Grey #B5AEEF
RGB
CMYK
RGB Variations
Color information
#B5AEEF (or 0xB5AEEF) is known color: Lavender Grey. HEX triplet: B5, AE and EF. RGB value is (181,174,239). Sum of RGB (Red+Green+Blue) = 181+174+239=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEEF is #4A5110. Grayscale: #B7B7B7. Windows color (decimal): -4870417 or 15707829. OLE color: 15707829.
HSL color Cylindrical-coordinate representation of color #B5AEEF: hue angle of 246.46º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AEEF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 174 | 239 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.06 |
| HSL | 246.46º | 0.67% | 0.81% | - |
| HSV(B) | 246.46º | 0.27% | 0.94% | - |
| XYZ | 49.77 | 46.33 | 87.98 | - |
| YUV | 183.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 174 | 239 | 0.24 | 0.27 | 0 | 0.06 | 246.46 | 0.67 | 0.81 |
| Hex | B5 | AE | EF | 18 | 1B | 0 | 6 | F6 | 43 | 51 |
| Octal | 265 | 256 | 357 | 30 | 33 | 0 | 6 | 366 | 103 | 121 |
| Binary | 10110101 | 10101110 | 11101111 | 11000 | 11011 | 0 | 110 | 11110110 | 1000011 | 1010001 |
Color Harmonies of #B5AEEF
Complementary color
Monochromatic Colors of #B5AEEF
Black with #B5AEEF
Text Example
Text Example
White with #B5AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEEF; }
p { color: rgb(181,174,239); }
H1.HeaderClassName
{
color: #B5AEEF;
}
.AnyTagClassName
{
color: #B5AEEF;
}
</style>
background-color css
<style>
a { background-color: #B5AEEF; }
a { background-color: rgb(181,174,239); }
div.DivClassName
{
background-color: #B5AEEF;
}
.BgClassName
{
background-color: #B5AEEF;
}
</style>
border-color css
<style>
span { border-color: #B5AEEF; }
span { border-color: rgb(181,174,239); }
td.TdClassName
{
border-color: #B5AEEF;
}
.TagClassName
{
border-color: #B5AEEF;
}
</style>