#B2AADB

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

Shades of Lavender Grey #B2AADB

Tints of Lavender Grey #B2AADB

Color information

#B2AADB (or 0xB2AADB) is unknown color: approx Lavender Grey. HEX triplet: B2, AA and DB. RGB value is (178,170,219). Sum of RGB (Red+Green+Blue) = 178+170+219=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADB is #4D5524. Grayscale: #B1B1B1. Windows color (decimal): -5068069 or 14396082. OLE color: 14396082.

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

Color convert

RGB178170219-
CMYK0.190.2200.14
HSL249.8º40.5%76.27%-
HSV(B)249.8º22.37%85.88%-
XYZ45.5243.3372.98-
YUV177.98151.15128.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=31.39%
G=29.98%
B=38.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781702190.190.2200.14249.840.576.27
HexB2AADB13160Efa284c
Octal262252333232601637250114
Binary101100101010101011011011100111011001110111110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AADB; }

 p { color: rgb(178,170,219); }

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

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

 a { background-color: rgb(178,170,219); }

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

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

 span { border-color: rgb(178,170,219); }

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