#B1AEDA

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

Shades of Lavender Grey #B1AEDA

Tints of Lavender Grey #B1AEDA

Color information

#B1AEDA (or 0xB1AEDA) is unknown color: approx Lavender Grey. HEX triplet: B1, AE and DA. RGB value is (177,174,218). Sum of RGB (Red+Green+Blue) = 177+174+218=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEDA is #4E5125. Grayscale: #B3B3B3. Windows color (decimal): -5132582 or 14331569. OLE color: 14331569.

HSL color Cylindrical-coordinate representation of color #B1AEDA: hue angle of 244.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1AEDA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177174218-
CMYK0.190.2000.15
HSL244.09º37.29%76.86%-
HSV(B)244.09º20.18%85.49%-
XYZ45.9244.6872.53-
YUV179.91149.49125.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=31.11%
G=30.58%
B=38.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771742180.190.2000.15244.0937.2976.86
HexB1AEDA13140Ff4254d
Octal261256332232401736445115
Binary101100011010111011011010100111010001111111101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEDA; }

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

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

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

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

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

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

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

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