#B0AADA

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

Shades of Lavender Grey #B0AADA

Tints of Lavender Grey #B0AADA

Color information

#B0AADA (or 0xB0AADA) is unknown color: approx Lavender Grey. HEX triplet: B0, AA and DA. RGB value is (176,170,218). Sum of RGB (Red+Green+Blue) = 176+170+218=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AADA is #4F5525. Grayscale: #B1B1B1. Windows color (decimal): -5199142 or 14330544. OLE color: 14330544.

HSL color Cylindrical-coordinate representation of color #B0AADA: hue angle of 247.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0AADA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176170218-
CMYK0.190.2200.15
HSL247.5º39.34%76.08%-
HSV(B)247.5º22.02%85.49%-
XYZ44.9343.0472.27-
YUV177.27150.99127.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=31.21%
G=30.14%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761702180.190.2200.15247.539.3476.08
HexB0AADA13160Ff8274c
Octal260252332232601737047114
Binary101100001010101011011010100111011001111111110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AADA; }

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

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

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

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

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

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

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

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