#B1AAE1

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

Shades of Lavender Grey #B1AAE1

Tints of Lavender Grey #B1AAE1

Color information

#B1AAE1 (or 0xB1AAE1) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and E1. RGB value is (177,170,225). Sum of RGB (Red+Green+Blue) = 177+170+225=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAE1 is #4E551E. Grayscale: #B2B2B2. Windows color (decimal): -5133599 or 14789297. OLE color: 14789297.

HSL color Cylindrical-coordinate representation of color #B1AAE1: hue angle of 247.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AAE1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177170225-
CMYK0.210.2400.12
HSL247.64º47.83%77.45%-
HSV(B)247.64º24.44%88.24%-
XYZ46.143.5377.21-
YUV178.36154.32127.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=30.94%
G=29.72%
B=39.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771702250.210.2400.12247.6447.8377.45
HexB1AAE115180Cf8304d
Octal261252341253001437060115
Binary101100011010101011100001101011100001100111110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAE1; }

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

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

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

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

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

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

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

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