#B0AADE

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

Shades of Lavender Grey #B0AADE

Tints of Lavender Grey #B0AADE

Color information

#B0AADE (or 0xB0AADE) is unknown color: approx Lavender Grey. HEX triplet: B0, AA and DE. RGB value is (176,170,222). Sum of RGB (Red+Green+Blue) = 176+170+222=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AADE is #4F5521. Grayscale: #B1B1B1. Windows color (decimal): -5199138 or 14592688. OLE color: 14592688.

HSL color Cylindrical-coordinate representation of color #B0AADE: hue angle of 246.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0AADE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176170222-
CMYK0.210.2300.13
HSL246.92º44.07%76.86%-
HSV(B)246.92º23.42%87.06%-
XYZ45.4643.2575.06-
YUV177.72152.99126.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=30.99%
G=29.93%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761702220.210.2300.13246.9244.0776.86
HexB0AADE15170Df72c4d
Octal260252336252701536754115
Binary101100001010101011011110101011011101101111101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AADE; }

 p { color: rgb(176,170,222); }

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

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

 a { background-color: rgb(176,170,222); }

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

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

 span { border-color: rgb(176,170,222); }

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