#B3AEE8

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

Shades of Lavender Grey #B3AEE8

Tints of Lavender Grey #B3AEE8

Color information

#B3AEE8 (or 0xB3AEE8) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and E8. RGB value is (179,174,232). Sum of RGB (Red+Green+Blue) = 179+174+232=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3AEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AEE8 is #4C5117. Grayscale: #B5B5B5. Windows color (decimal): -5001496 or 15249075. OLE color: 15249075.

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

Color convert

RGB179174232-
CMYK0.230.2500.09
HSL245.17º55.77%79.61%-
HSV(B)245.17º25%90.98%-
XYZ48.2945.6882.62-
YUV182.11156.16125.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 232 (91.02% from 255) = 39.66%
R=30.60%
G=29.74%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791742320.230.2500.09245.1755.7779.61
HexB3AEE8171909f53850
Octal263256350273101136570120
Binary101100111010111011101000101111100101001111101011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEE8; }

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

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

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

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

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

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

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

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