#B6AFDE

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

Shades of Lavender Grey #B6AFDE

Tints of Lavender Grey #B6AFDE

Color information

#B6AFDE (or 0xB6AFDE) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and DE. RGB value is (182,175,222). Sum of RGB (Red+Green+Blue) = 182+175+222=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFDE is #495021. Grayscale: #B6B6B6. Windows color (decimal): -4804642 or 14593974. OLE color: 14593974.

HSL color Cylindrical-coordinate representation of color #B6AFDE: hue angle of 248.94º 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 #B6AFDE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182175222-
CMYK0.180.2100.13
HSL248.94º41.59%77.84%-
HSV(B)248.94º21.17%87.06%-
XYZ47.8145.8875.44-
YUV182.45150.32127.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=31.43%
G=30.22%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821752220.180.2100.13248.9441.5977.84
HexB6AFDE12150Df92a4e
Octal266257336222501537152116
Binary101101101010111111011110100101010101101111110011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFDE; }

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

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

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

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

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

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

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

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