#B1AAEA

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

Shades of Lavender Grey #B1AAEA

Tints of Lavender Grey #B1AAEA

Color information

#B1AAEA (or 0xB1AAEA) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and EA. RGB value is (177,170,234). Sum of RGB (Red+Green+Blue) = 177+170+234=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAEA is #4E5515. Grayscale: #B3B3B3. Windows color (decimal): -5133590 or 15379121. OLE color: 15379121.

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

Color convert

RGB177170234-
CMYK0.240.2700.08
HSL246.56º60.38%79.22%-
HSV(B)246.56º27.35%91.76%-
XYZ47.3644.0483.85-
YUV179.39158.82126.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=30.46%
G=29.26%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771702340.240.2700.08246.5660.3879.22
HexB1AAEA181B08f73c4f
Octal261252352303301036774117
Binary101100011010101011101010110001101101000111101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAEA; }

 p { color: rgb(177,170,234); }

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

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

 a { background-color: rgb(177,170,234); }

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

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

 span { border-color: rgb(177,170,234); }

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