#B2AEDB

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

Shades of Lavender Grey #B2AEDB

Tints of Lavender Grey #B2AEDB

Color information

#B2AEDB (or 0xB2AEDB) is unknown color: approx Lavender Grey. HEX triplet: B2, AE and DB. RGB value is (178,174,219). Sum of RGB (Red+Green+Blue) = 178+174+219=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDB is #4D5124. Grayscale: #B4B4B4. Windows color (decimal): -5067045 or 14397106. OLE color: 14397106.

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

Color convert

RGB178174219-
CMYK0.190.2100.14
HSL245.33º38.46%77.06%-
HSV(B)245.33º20.55%85.88%-
XYZ46.2844.8573.24-
YUV180.33149.83126.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=31.17%
G=30.47%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781742190.190.2100.14245.3338.4677.06
HexB2AEDB13150Ef5264d
Octal262256333232501636546115
Binary101100101010111011011011100111010101110111101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEDB; }

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

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

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

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

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

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

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

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