#B1ABEC

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

Shades of Lavender Grey #B1ABEC

Tints of Lavender Grey #B1ABEC

Color information

#B1ABEC (or 0xB1ABEC) is unknown color: approx Lavender Grey. HEX triplet: B1, AB and EC. RGB value is (177,171,236). Sum of RGB (Red+Green+Blue) = 177+171+236=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABEC is #4E5413. Grayscale: #B3B3B3. Windows color (decimal): -5133332 or 15510449. OLE color: 15510449.

HSL color Cylindrical-coordinate representation of color #B1ABEC: hue angle of 245.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1ABEC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177171236-
CMYK0.250.2800.07
HSL245.54º63.11%79.8%-
HSV(B)245.54º27.54%92.55%-
XYZ47.8344.5385.43-
YUV180.2159.49125.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=30.31%
G=29.28%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771712360.250.2800.07245.5463.1179.8
HexB1ABEC191C07f63f50
Octal26125335431340736677120
Binary10110001101010111110110011001111000111111101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABEC; }

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

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

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

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

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

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

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

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