#B1ABDE

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

Shades of Lavender Grey #B1ABDE

Tints of Lavender Grey #B1ABDE

Color information

#B1ABDE (or 0xB1ABDE) is unknown color: approx Lavender Grey. HEX triplet: B1, AB and DE. RGB value is (177,171,222). Sum of RGB (Red+Green+Blue) = 177+171+222=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABDE is #4E5421. Grayscale: #B2B2B2. Windows color (decimal): -5133346 or 14592945. OLE color: 14592945.

HSL color Cylindrical-coordinate representation of color #B1ABDE: hue angle of 247.06º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1ABDE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177171222-
CMYK0.200.2300.13
HSL247.06º43.59%77.06%-
HSV(B)247.06º22.97%87.06%-
XYZ45.8843.7575.13-
YUV178.61152.49126.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=31.05%
G=30%
B=38.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771712220.200.2300.13247.0643.5977.06
HexB1ABDE14170Df72c4d
Octal261253336242701536754115
Binary101100011010101111011110101001011101101111101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABDE; }

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

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

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

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

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

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

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

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