#B1AED5

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

Shades of Lavender Grey #B1AED5

Tints of Lavender Grey #B1AED5

Color information

#B1AED5 (or 0xB1AED5) is unknown color: approx Lavender Grey. HEX triplet: B1, AE and D5. RGB value is (177,174,213). Sum of RGB (Red+Green+Blue) = 177+174+213=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AED5 is #4E512A. Grayscale: #B3B3B3. Windows color (decimal): -5132587 or 14003889. OLE color: 14003889.

HSL color Cylindrical-coordinate representation of color #B1AED5: hue angle of 244.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1AED5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177174213-
CMYK0.170.1800.16
HSL244.62º31.71%75.88%-
HSV(B)244.62º18.31%83.53%-
XYZ45.2844.4269.14-
YUV179.34146.99126.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=31.38%
G=30.85%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771742130.170.1800.16244.6231.7175.88
HexB1AED51112010f5204c
Octal261256325212202036540114
Binary1011000110101110110101011000110010010000111101011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AED5; }

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

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

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

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

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

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

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

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