#B3ABE9

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

Shades of Lavender Grey #B3ABE9

Tints of Lavender Grey #B3ABE9

Color information

#B3ABE9 (or 0xB3ABE9) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and E9. RGB value is (179,171,233). Sum of RGB (Red+Green+Blue) = 179+171+233=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #B3ABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABE9 is #4C5416. Grayscale: #B4B4B4. Windows color (decimal): -5002263 or 15313843. OLE color: 15313843.

HSL color Cylindrical-coordinate representation of color #B3ABE9: hue angle of 247.74º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3ABE9 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179171233-
CMYK0.230.2700.09
HSL247.74º58.49%79.22%-
HSV(B)247.74º26.61%91.37%-
XYZ47.8644.5983.18-
YUV180.46157.65126.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 233 (91.41% from 255) = 39.97%
R=30.70%
G=29.33%
B=39.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791712330.230.2700.09247.7458.4979.22
HexB3ABE9171B09f83a4f
Octal263253351273301137072117
Binary101100111010101111101001101111101101001111110001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABE9; }

 p { color: rgb(179,171,233); }

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

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

 a { background-color: rgb(179,171,233); }

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

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

 span { border-color: rgb(179,171,233); }

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