#B5AED8

Color #B5AED8 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B5AED8

Tints of Lavender Grey #B5AED8

Color information

#B5AED8 (or 0xB5AED8) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and D8. RGB value is (181,174,216). Sum of RGB (Red+Green+Blue) = 181+174+216=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AED8 is #4A5127. Grayscale: #B4B4B4. Windows color (decimal): -4870440 or 14200501. OLE color: 14200501.

HSL color Cylindrical-coordinate representation of color #B5AED8: hue angle of 250º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AED8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181174216-
CMYK0.160.1900.15
HSL250º35%76.47%-
HSV(B)250º19.44%84.71%-
XYZ46.5945.0571.21-
YUV180.88147.82128.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=31.70%
G=30.47%
B=37.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811742160.160.1900.152503576.47
HexB5AED810130Ffa234c
Octal265256330202301737243114
Binary101101011010111011011000100001001101111111110101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AED8; }

 p { color: rgb(181,174,216); }

 H1.HeaderClassName
 {
   color: #B5AED8;
 }
 .AnyTagClassName
 {
   color: #B5AED8;
 }
</style>
background-color css

<style>
 a { background-color: #B5AED8; }

 a { background-color: rgb(181,174,216); }

 div.DivClassName
 {
   background-color: #B5AED8;
 }
 .BgClassName
 {
   background-color: #B5AED8;
 }
</style>
border-color css

<style>
 span { border-color: #B5AED8; }

 span { border-color: rgb(181,174,216); }

 td.TdClassName
 {
   border-color: #B5AED8;
 }
 .TagClassName
 {
   border-color: #B5AED8;
 }
</style>