#B1AEE5

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

Shades of Lavender Grey #B1AEE5

Tints of Lavender Grey #B1AEE5

Color information

#B1AEE5 (or 0xB1AEE5) is unknown color: approx Lavender Grey. HEX triplet: B1, AE and E5. RGB value is (177,174,229). Sum of RGB (Red+Green+Blue) = 177+174+229=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEE5 is #4E511A. Grayscale: #B4B4B4. Windows color (decimal): -5132571 or 15052465. OLE color: 15052465.

HSL color Cylindrical-coordinate representation of color #B1AEE5: hue angle of 243.27º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AEE5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177174229-
CMYK0.230.2400.10
HSL243.27º51.4%79.02%-
HSV(B)243.27º24.02%89.8%-
XYZ47.4145.2880.37-
YUV181.17154.99125.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 229 (89.84% from 255) = 39.48%
R=30.52%
G=30%
B=39.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771742290.230.2400.10243.2751.479.02
HexB1AEE517180Af3334f
Octal261256345273001236363117
Binary101100011010111011100101101111100001010111100111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEE5; }

 p { color: rgb(177,174,229); }

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

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

 a { background-color: rgb(177,174,229); }

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

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

 span { border-color: rgb(177,174,229); }

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