#B4ADDE

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

Shades of Lavender Grey #B4ADDE

Tints of Lavender Grey #B4ADDE

Color information

#B4ADDE (or 0xB4ADDE) is unknown color: approx Lavender Grey. HEX triplet: B4, AD and DE. RGB value is (180,173,222). Sum of RGB (Red+Green+Blue) = 180+173+222=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADDE is #4B5221. Grayscale: #B4B4B4. Windows color (decimal): -4936226 or 14593460. OLE color: 14593460.

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

Color convert

RGB180173222-
CMYK0.190.2200.13
HSL248.57º42.61%77.45%-
HSV(B)248.57º22.07%87.06%-
XYZ46.9544.8675.29-
YUV180.68151.32127.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=31.30%
G=30.09%
B=38.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801732220.190.2200.13248.5742.6177.45
HexB4ADDE13160Df92b4d
Octal264255336232601537153115
Binary101101001010110111011110100111011001101111110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADDE; }

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

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

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

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

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

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

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

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