#B1AEDB

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

Shades of Lavender Grey #B1AEDB

Tints of Lavender Grey #B1AEDB

Color information

#B1AEDB (or 0xB1AEDB) is unknown color: approx Lavender Grey. HEX triplet: B1, AE and DB. RGB value is (177,174,219). Sum of RGB (Red+Green+Blue) = 177+174+219=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEDB is #4E5124. Grayscale: #B3B3B3. Windows color (decimal): -5132581 or 14397105. OLE color: 14397105.

HSL color Cylindrical-coordinate representation of color #B1AEDB: hue angle of 244º degrees, saturation: 0.38, 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 #B1AEDB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177174219-
CMYK0.190.2100.14
HSL244º38.46%77.06%-
HSV(B)244º20.55%85.88%-
XYZ46.0544.7373.23-
YUV180.03149.99125.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=31.05%
G=30.53%
B=38.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771742190.190.2100.1424438.4677.06
HexB1AEDB13150Ef4264d
Octal261256333232501636446115
Binary101100011010111011011011100111010101110111101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEDB; }

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

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

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

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

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

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

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

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