#B3AED7

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

Shades of Lavender Grey #B3AED7

Tints of Lavender Grey #B3AED7

Color information

#B3AED7 (or 0xB3AED7) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and D7. RGB value is (179,174,215). Sum of RGB (Red+Green+Blue) = 179+174+215=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #B3AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AED7 is #4C5128. Grayscale: #B4B4B4. Windows color (decimal): -5001513 or 14134963. OLE color: 14134963.

HSL color Cylindrical-coordinate representation of color #B3AED7: hue angle of 247.32º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3AED7 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179174215-
CMYK0.170.1900.16
HSL247.32º33.88%76.27%-
HSV(B)247.32º19.07%84.31%-
XYZ45.9944.7670.51-
YUV180.17147.66127.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=31.51%
G=30.63%
B=37.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791742150.170.1900.16247.3233.8876.27
HexB3AED71113010f7224c
Octal263256327212302036742114
Binary1011001110101110110101111000110011010000111101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AED7; }

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

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

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

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

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

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

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

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