#B2AEDD

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

Shades of Lavender Grey #B2AEDD

Tints of Lavender Grey #B2AEDD

Color information

#B2AEDD (or 0xB2AEDD) is unknown color: approx Lavender Grey. HEX triplet: B2, AE and DD. RGB value is (178,174,221). Sum of RGB (Red+Green+Blue) = 178+174+221=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDD is #4D5122. Grayscale: #B4B4B4. Windows color (decimal): -5067043 or 14528178. OLE color: 14528178.

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

Color convert

RGB178174221-
CMYK0.190.2100.13
HSL245.11º40.87%77.45%-
HSV(B)245.11º21.27%86.67%-
XYZ46.5544.9674.63-
YUV180.55150.83126.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=31.06%
G=30.37%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781742210.190.2100.13245.1140.8777.45
HexB2AEDD13150Df5294d
Octal262256335232501536551115
Binary101100101010111011011101100111010101101111101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEDD; }

 p { color: rgb(178,174,221); }

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

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

 a { background-color: rgb(178,174,221); }

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

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

 span { border-color: rgb(178,174,221); }

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