#B2AFDE

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

Shades of Lavender Grey #B2AFDE

Tints of Lavender Grey #B2AFDE

Color information

#B2AFDE (or 0xB2AFDE) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and DE. RGB value is (178,175,222). Sum of RGB (Red+Green+Blue) = 178+175+222=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDE is #4D5021. Grayscale: #B5B5B5. Windows color (decimal): -5066786 or 14593970. OLE color: 14593970.

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

Color convert

RGB178175222-
CMYK0.200.2100.13
HSL243.83º41.59%77.84%-
HSV(B)243.83º21.17%87.06%-
XYZ46.8745.475.4-
YUV181.26150.99125.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.96%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=30.96%
G=30.43%
B=38.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781752220.200.2100.13243.8341.5977.84
HexB2AFDE14150Df42a4e
Octal262257336242501536452116
Binary101100101010111111011110101001010101101111101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFDE; }

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

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

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

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

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

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

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

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