#B6AEDB

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

Shades of Lavender Grey #B6AEDB

Tints of Lavender Grey #B6AEDB

Color information

#B6AEDB (or 0xB6AEDB) is unknown color: approx Lavender Grey. HEX triplet: B6, AE and DB. RGB value is (182,174,219). Sum of RGB (Red+Green+Blue) = 182+174+219=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEDB is #495124. Grayscale: #B5B5B5. Windows color (decimal): -4804901 or 14397110. OLE color: 14397110.

HSL color Cylindrical-coordinate representation of color #B6AEDB: hue angle of 250.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6AEDB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182174219-
CMYK0.170.2100.14
HSL250.67º38.46%77.06%-
HSV(B)250.67º20.55%85.88%-
XYZ47.2145.3373.28-
YUV181.52149.15128.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.65%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=31.65%
G=30.26%
B=38.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821742190.170.2100.14250.6738.4677.06
HexB6AEDB11150Efb264d
Octal266256333212501637346115
Binary101101101010111011011011100011010101110111110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEDB; }

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

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

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

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

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

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

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

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