#B6B2EB

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

Shades of Lavender Grey #B6B2EB

Tints of Lavender Grey #B6B2EB

Color information

#B6B2EB (or 0xB6B2EB) is unknown color: approx Lavender Grey. HEX triplet: B6, B2 and EB. RGB value is (182,178,235). Sum of RGB (Red+Green+Blue) = 182+178+235=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B2EB is #494D14. Grayscale: #B9B9B9. Windows color (decimal): -4803861 or 15446710. OLE color: 15446710.

HSL color Cylindrical-coordinate representation of color #B6B2EB: hue angle of 244.21º degrees, saturation: 0.59, 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 #B6B2EB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182178235-
CMYK0.230.2400.08
HSL244.21º58.76%80.98%-
HSV(B)244.21º24.26%92.16%-
XYZ50.2147.7885.17-
YUV185.69155.83125.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.59%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=30.59%
G=29.92%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821782350.230.2400.08244.2158.7680.98
HexB6B2EB171808f43b51
Octal266262353273001036473121
Binary101101101011001011101011101111100001000111101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B2EB; }

 p { color: rgb(182,178,235); }

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

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

 a { background-color: rgb(182,178,235); }

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

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

 span { border-color: rgb(182,178,235); }

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