#B4ABDE

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

Shades of Lavender Grey #B4ABDE

Tints of Lavender Grey #B4ABDE

Color information

#B4ABDE (or 0xB4ABDE) is unknown color: approx Lavender Grey. HEX triplet: B4, AB and DE. RGB value is (180,171,222). Sum of RGB (Red+Green+Blue) = 180+171+222=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABDE is #4B5421. Grayscale: #B3B3B3. Windows color (decimal): -4936738 or 14592948. OLE color: 14592948.

HSL color Cylindrical-coordinate representation of color #B4ABDE: hue angle of 250.59º 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 #B4ABDE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180171222-
CMYK0.190.2300.13
HSL250.59º43.59%77.06%-
HSV(B)250.59º22.97%87.06%-
XYZ46.5744.175.17-
YUV179.5151.98128.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=31.41%
G=29.84%
B=38.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801712220.190.2300.13250.5943.5977.06
HexB4ABDE13170Dfb2c4d
Octal264253336232701537354115
Binary101101001010101111011110100111011101101111110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABDE; }

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

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

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

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

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

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

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

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