#B2AFDA

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

Shades of Lavender Grey #B2AFDA

Tints of Lavender Grey #B2AFDA

Color information

#B2AFDA (or 0xB2AFDA) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and DA. RGB value is (178,175,218). Sum of RGB (Red+Green+Blue) = 178+175+218=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDA is #4D5025. Grayscale: #B4B4B4. Windows color (decimal): -5066790 or 14331826. OLE color: 14331826.

HSL color Cylindrical-coordinate representation of color #B2AFDA: hue angle of 244.19º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AFDA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178175218-
CMYK0.180.2000.15
HSL244.19º36.75%77.06%-
HSV(B)244.19º19.72%85.49%-
XYZ46.3445.1972.61-
YUV180.8148.99126-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=31.17%
G=30.65%
B=38.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781752180.180.2000.15244.1936.7577.06
HexB2AFDA12140Ff4254d
Octal262257332222401736445115
Binary101100101010111111011010100101010001111111101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFDA; }

 p { color: rgb(178,175,218); }

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

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

 a { background-color: rgb(178,175,218); }

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

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

 span { border-color: rgb(178,175,218); }

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