#B6AEDC

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

Shades of Lavender Grey #B6AEDC

Tints of Lavender Grey #B6AEDC

Color information

#B6AEDC (or 0xB6AEDC) is unknown color: approx Lavender Grey. HEX triplet: B6, AE and DC. RGB value is (182,174,220). Sum of RGB (Red+Green+Blue) = 182+174+220=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AEDC is #495123. Grayscale: #B5B5B5. Windows color (decimal): -4804900 or 14462646. OLE color: 14462646.

HSL color Cylindrical-coordinate representation of color #B6AEDC: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6AEDC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182174220-
CMYK0.170.2100.14
HSL250.43º39.66%77.25%-
HSV(B)250.43º20.91%86.27%-
XYZ47.3545.3873.97-
YUV181.64149.65128.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=31.60%
G=30.21%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821742200.170.2100.14250.4339.6677.25
HexB6AEDC11150Efa284d
Octal266256334212501637250115
Binary101101101010111011011100100011010101110111110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEDC; }

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

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

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

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

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

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

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

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