#B6AEDF

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

Shades of Lavender Grey #B6AEDF

Tints of Lavender Grey #B6AEDF

Color information

#B6AEDF (or 0xB6AEDF) is unknown color: approx Lavender Grey. HEX triplet: B6, AE and DF. RGB value is (182,174,223). Sum of RGB (Red+Green+Blue) = 182+174+223=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEDF is #495120. Grayscale: #B5B5B5. Windows color (decimal): -4804897 or 14659254. OLE color: 14659254.

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

Color convert

RGB182174223-
CMYK0.180.2200.13
HSL249.8º43.36%77.84%-
HSV(B)249.8º21.97%87.45%-
XYZ47.7545.5476.09-
YUV181.98151.15128.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=31.43%
G=30.05%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821742230.180.2200.13249.843.3677.84
HexB6AEDF12160Dfa2b4e
Octal266256337222601537253116
Binary101101101010111011011111100101011001101111110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEDF; }

 p { color: rgb(182,174,223); }

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

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

 a { background-color: rgb(182,174,223); }

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

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

 span { border-color: rgb(182,174,223); }

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