#B2AEEA

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

Shades of Lavender Grey #B2AEEA

Tints of Lavender Grey #B2AEEA

Color information

#B2AEEA (or 0xB2AEEA) is unknown color: approx Lavender Grey. HEX triplet: B2, AE and EA. RGB value is (178,174,234). Sum of RGB (Red+Green+Blue) = 178+174+234=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEA is #4D5115. Grayscale: #B5B5B5. Windows color (decimal): -5067030 or 15380146. OLE color: 15380146.

HSL color Cylindrical-coordinate representation of color #B2AEEA: hue angle of 244º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AEEA is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178174234-
CMYK0.240.2600.08
HSL244º58.82%80%-
HSV(B)244º25.64%91.76%-
XYZ48.3545.6884.11-
YUV182.04157.33125.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=30.38%
G=29.69%
B=39.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781742340.240.2600.0824458.8280
HexB2AEEA181A08f43b50
Octal262256352303201036473120
Binary101100101010111011101010110001101001000111101001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEEA; }

 p { color: rgb(178,174,234); }

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

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

 a { background-color: rgb(178,174,234); }

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

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

 span { border-color: rgb(178,174,234); }

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