#B3AAE8

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

Shades of Lavender Grey #B3AAE8

Tints of Lavender Grey #B3AAE8

Color information

#B3AAE8 (or 0xB3AAE8) is unknown color: approx Lavender Grey. HEX triplet: B3, AA and E8. RGB value is (179,170,232). Sum of RGB (Red+Green+Blue) = 179+170+232=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAE8 is #4C5517. Grayscale: #B3B3B3. Windows color (decimal): -5002520 or 15248051. OLE color: 15248051.

HSL color Cylindrical-coordinate representation of color #B3AAE8: hue angle of 248.71º degrees, saturation: 0.57, 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 #B3AAE8 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179170232-
CMYK0.230.2700.09
HSL248.71º57.41%78.82%-
HSV(B)248.71º26.72%90.98%-
XYZ47.5344.1682.36-
YUV179.76157.48127.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 232 (91.02% from 255) = 39.93%
R=30.81%
G=29.26%
B=39.93%

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
Decimal1791702320.230.2700.09248.7157.4178.82
HexB3AAE8171B09f9394f
Octal263252350273301137171117
Binary101100111010101011101000101111101101001111110011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAE8; }

 p { color: rgb(179,170,232); }

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

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

 a { background-color: rgb(179,170,232); }

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

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

 span { border-color: rgb(179,170,232); }

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