#B2AADF

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

Shades of Lavender Grey #B2AADF

Tints of Lavender Grey #B2AADF

Color information

#B2AADF (or 0xB2AADF) is unknown color: approx Lavender Grey. HEX triplet: B2, AA and DF. RGB value is (178,170,223). Sum of RGB (Red+Green+Blue) = 178+170+223=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADF is #4D5520. Grayscale: #B2B2B2. Windows color (decimal): -5068065 or 14658226. OLE color: 14658226.

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

Color convert

RGB178170223-
CMYK0.200.2400.13
HSL249.06º45.3%77.06%-
HSV(B)249.06º23.77%87.45%-
XYZ46.0543.5475.79-
YUV178.43153.15127.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=31.17%
G=29.77%
B=39.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781702230.200.2400.13249.0645.377.06
HexB2AADF14180Df92d4d
Octal262252337243001537155115
Binary101100101010101011011111101001100001101111110011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AADF; }

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

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

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

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

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

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

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

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