#B2AEEB

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

Shades of Lavender Grey #B2AEEB

Tints of Lavender Grey #B2AEEB

Color information

#B2AEEB (or 0xB2AEEB) is unknown color: approx Lavender Grey. HEX triplet: B2, AE and EB. RGB value is (178,174,235). Sum of RGB (Red+Green+Blue) = 178+174+235=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEB is #4D5114. Grayscale: #B5B5B5. Windows color (decimal): -5067029 or 15445682. OLE color: 15445682.

HSL color Cylindrical-coordinate representation of color #B2AEEB: hue angle of 243.93º degrees, saturation: 0.6, 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 #B2AEEB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178174235-
CMYK0.240.2600.08
HSL243.93º60.4%80.2%-
HSV(B)243.93º25.96%92.16%-
XYZ48.4945.7484.87-
YUV182.15157.83125.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=30.32%
G=29.64%
B=40.03%

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
Decimal1781742350.240.2600.08243.9360.480.2
HexB2AEEB181A08f43c50
Octal262256353303201036474120
Binary101100101010111011101011110001101001000111101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEEB; }

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

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

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

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

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

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

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

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