#B4ADDD

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

Shades of Lavender Grey #B4ADDD

Tints of Lavender Grey #B4ADDD

Color information

#B4ADDD (or 0xB4ADDD) is unknown color: approx Lavender Grey. HEX triplet: B4, AD and DD. RGB value is (180,173,221). Sum of RGB (Red+Green+Blue) = 180+173+221=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADDD is #4B5222. Grayscale: #B4B4B4. Windows color (decimal): -4936227 or 14527924. OLE color: 14527924.

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

Color convert

RGB180173221-
CMYK0.190.2200.13
HSL248.75º41.38%77.25%-
HSV(B)248.75º21.72%86.67%-
XYZ46.8244.8174.59-
YUV180.56150.82127.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=31.36%
G=30.14%
B=38.50%

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
Decimal1801732210.190.2200.13248.7541.3877.25
HexB4ADDD13160Df9294d
Octal264255335232601537151115
Binary101101001010110111011101100111011001101111110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADDD; }

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

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

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

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

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

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

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

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