#B4ABDC

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

Shades of Lavender Grey #B4ABDC

Tints of Lavender Grey #B4ABDC

Color information

#B4ABDC (or 0xB4ABDC) is unknown color: approx Lavender Grey. HEX triplet: B4, AB and DC. RGB value is (180,171,220). Sum of RGB (Red+Green+Blue) = 180+171+220=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABDC is #4B5423. Grayscale: #B3B3B3. Windows color (decimal): -4936740 or 14461876. OLE color: 14461876.

HSL color Cylindrical-coordinate representation of color #B4ABDC: hue angle of 251.02º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4ABDC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180171220-
CMYK0.180.2200.14
HSL251.02º41.18%76.67%-
HSV(B)251.02º22.27%86.27%-
XYZ46.34473.76-
YUV179.28150.98128.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=31.52%
G=29.95%
B=38.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801712200.180.2200.14251.0241.1876.67
HexB4ABDC12160Efb294d
Octal264253334222601637351115
Binary101101001010101111011100100101011001110111110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABDC; }

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

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

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

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

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

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

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

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