#B2ABEA

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

Shades of Lavender Grey #B2ABEA

Tints of Lavender Grey #B2ABEA

Color information

#B2ABEA (or 0xB2ABEA) is unknown color: approx Lavender Grey. HEX triplet: B2, AB and EA. RGB value is (178,171,234). Sum of RGB (Red+Green+Blue) = 178+171+234=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABEA is #4D5415. Grayscale: #B4B4B4. Windows color (decimal): -5067798 or 15379378. OLE color: 15379378.

HSL color Cylindrical-coordinate representation of color #B2ABEA: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2ABEA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178171234-
CMYK0.240.2700.08
HSL246.67º60%79.41%-
HSV(B)246.67º26.92%91.76%-
XYZ47.7744.5383.92-
YUV180.27158.32126.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=30.53%
G=29.33%
B=40.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781712340.240.2700.08246.676079.41
HexB2ABEA181B08f73c4f
Octal262253352303301036774117
Binary101100101010101111101010110001101101000111101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABEA; }

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

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

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

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

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

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

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

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