#B2ABDE

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

Shades of Lavender Grey #B2ABDE

Tints of Lavender Grey #B2ABDE

Color information

#B2ABDE (or 0xB2ABDE) is unknown color: approx Lavender Grey. HEX triplet: B2, AB and DE. RGB value is (178,171,222). Sum of RGB (Red+Green+Blue) = 178+171+222=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDE is #4D5421. Grayscale: #B2B2B2. Windows color (decimal): -5067810 or 14592946. OLE color: 14592946.

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

Color convert

RGB178171222-
CMYK0.200.2300.13
HSL248.24º43.59%77.06%-
HSV(B)248.24º22.97%87.06%-
XYZ46.1143.8675.14-
YUV178.91152.32127.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=31.17%
G=29.95%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781712220.200.2300.13248.2443.5977.06
HexB2ABDE14170Df82c4d
Octal262253336242701537054115
Binary101100101010101111011110101001011101101111110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABDE; }

 p { color: rgb(178,171,222); }

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

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

 a { background-color: rgb(178,171,222); }

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

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

 span { border-color: rgb(178,171,222); }

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