#B1AEDC

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

Shades of Lavender Grey #B1AEDC

Tints of Lavender Grey #B1AEDC

Color information

#B1AEDC (or 0xB1AEDC) is unknown color: approx Lavender Grey. HEX triplet: B1, AE and DC. RGB value is (177,174,220). Sum of RGB (Red+Green+Blue) = 177+174+220=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEDC is #4E5123. Grayscale: #B3B3B3. Windows color (decimal): -5132580 or 14462641. OLE color: 14462641.

HSL color Cylindrical-coordinate representation of color #B1AEDC: hue angle of 243.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1AEDC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177174220-
CMYK0.200.2100.14
HSL243.91º39.66%77.25%-
HSV(B)243.91º20.91%86.27%-
XYZ46.1944.7973.92-
YUV180.14150.49125.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=31.00%
G=30.47%
B=38.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771742200.200.2100.14243.9139.6677.25
HexB1AEDC14150Ef4284d
Octal261256334242501636450115
Binary101100011010111011011100101001010101110111101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEDC; }

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

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

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

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

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

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

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

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