#B1ABE9

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

Shades of Lavender Grey #B1ABE9

Tints of Lavender Grey #B1ABE9

Color information

#B1ABE9 (or 0xB1ABE9) is unknown color: approx Lavender Grey. HEX triplet: B1, AB and E9. RGB value is (177,171,233). Sum of RGB (Red+Green+Blue) = 177+171+233=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #B1ABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABE9 is #4E5416. Grayscale: #B3B3B3. Windows color (decimal): -5133335 or 15313841. OLE color: 15313841.

HSL color Cylindrical-coordinate representation of color #B1ABE9: hue angle of 245.81º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1ABE9 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177171233-
CMYK0.240.2700.09
HSL245.81º58.49%79.22%-
HSV(B)245.81º26.61%91.37%-
XYZ47.444.3683.15-
YUV179.86157.99125.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=30.46%
G=29.43%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771712330.240.2700.09245.8158.4979.22
HexB1ABE9181B09f63a4f
Octal261253351303301136672117
Binary101100011010101111101001110001101101001111101101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABE9; }

 p { color: rgb(177,171,233); }

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

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

 a { background-color: rgb(177,171,233); }

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

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

 span { border-color: rgb(177,171,233); }

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