#B2ABEB

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

Shades of Lavender Grey #B2ABEB

Tints of Lavender Grey #B2ABEB

Color information

#B2ABEB (or 0xB2ABEB) is unknown color: approx Lavender Grey. HEX triplet: B2, AB and EB. RGB value is (178,171,235). Sum of RGB (Red+Green+Blue) = 178+171+235=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABEB is #4D5414. Grayscale: #B4B4B4. Windows color (decimal): -5067797 or 15444914. OLE color: 15444914.

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

Color convert

RGB178171235-
CMYK0.240.2700.08
HSL246.56º61.54%79.61%-
HSV(B)246.56º27.23%92.16%-
XYZ47.9244.5984.68-
YUV180.39158.82126.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=30.48%
G=29.28%
B=40.24%

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
Decimal1781712350.240.2700.08246.5661.5479.61
HexB2ABEB181B08f73e50
Octal262253353303301036776120
Binary101100101010101111101011110001101101000111101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABEB; }

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

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

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

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

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

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

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

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