#B6AFEA

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

Shades of Lavender Grey #B6AFEA

Tints of Lavender Grey #B6AFEA

Color information

#B6AFEA (or 0xB6AFEA) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and EA. RGB value is (182,175,234). Sum of RGB (Red+Green+Blue) = 182+175+234=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFEA is #495015. Grayscale: #B7B7B7. Windows color (decimal): -4804630 or 15380406. OLE color: 15380406.

HSL color Cylindrical-coordinate representation of color #B6AFEA: hue angle of 247.12º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6AFEA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182175234-
CMYK0.220.2500.08
HSL247.12º58.42%80.2%-
HSV(B)247.12º25.21%91.76%-
XYZ49.4746.5584.22-
YUV183.82156.32126.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=30.80%
G=29.61%
B=39.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821752340.220.2500.08247.1258.4280.2
HexB6AFEA161908f73a50
Octal266257352263101036772120
Binary101101101010111111101010101101100101000111101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFEA; }

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

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

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

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

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

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

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

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