#B1AAEB

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

Shades of Lavender Grey #B1AAEB

Tints of Lavender Grey #B1AAEB

Color information

#B1AAEB (or 0xB1AAEB) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and EB. RGB value is (177,170,235). Sum of RGB (Red+Green+Blue) = 177+170+235=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAEB is #4E5514. Grayscale: #B3B3B3. Windows color (decimal): -5133589 or 15444657. OLE color: 15444657.

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

Color convert

RGB177170235-
CMYK0.250.2800.08
HSL246.46º61.9%79.41%-
HSV(B)246.46º27.66%92.16%-
XYZ47.544.0984.6-
YUV179.5159.32126.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=30.41%
G=29.21%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771702350.250.2800.08246.4661.979.41
HexB1AAEB191C08f63e4f
Octal261252353313401036676117
Binary101100011010101011101011110011110001000111101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAEB; }

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

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

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

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

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

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

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

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