#B6B1EA

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

Shades of Lavender Grey #B6B1EA

Tints of Lavender Grey #B6B1EA

Color information

#B6B1EA (or 0xB6B1EA) is unknown color: approx Lavender Grey. HEX triplet: B6, B1 and EA. RGB value is (182,177,234). Sum of RGB (Red+Green+Blue) = 182+177+234=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B1EA is #494E15. Grayscale: #B8B8B8. Windows color (decimal): -4804118 or 15380918. OLE color: 15380918.

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

Color convert

RGB182177234-
CMYK0.220.2400.08
HSL245.26º57.58%80.59%-
HSV(B)245.26º24.36%91.76%-
XYZ49.8647.3384.35-
YUV184.99155.66125.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=30.69%
G=29.85%
B=39.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821772340.220.2400.08245.2657.5880.59
HexB6B1EA161808f53a51
Octal266261352263001036572121
Binary101101101011000111101010101101100001000111101011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1EA; }

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

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

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

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

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

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

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

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