#B6AEE9

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

Shades of Lavender Grey #B6AEE9

Tints of Lavender Grey #B6AEE9

Color information

#B6AEE9 (or 0xB6AEE9) is unknown color: approx Lavender Grey. HEX triplet: B6, AE and E9. RGB value is (182,174,233). Sum of RGB (Red+Green+Blue) = 182+174+233=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #B6AEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEE9 is #495116. Grayscale: #B6B6B6. Windows color (decimal): -4804887 or 15314614. OLE color: 15314614.

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

Color convert

RGB182174233-
CMYK0.220.2500.09
HSL248.14º57.28%79.8%-
HSV(B)248.14º25.32%91.37%-
XYZ49.1446.183.4-
YUV183.12156.15127.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=30.90%
G=29.54%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821742330.220.2500.09248.1457.2879.8
HexB6AEE9161909f83950
Octal266256351263101137071120
Binary101101101010111011101001101101100101001111110001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEE9; }

 p { color: rgb(182,174,233); }

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

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

 a { background-color: rgb(182,174,233); }

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

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

 span { border-color: rgb(182,174,233); }

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