#B7B6EB

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

Shades of Lavender Grey #B7B6EB

Tints of Lavender Grey #B7B6EB

Color information

#B7B6EB (or 0xB7B6EB) is unknown color: approx Lavender Grey. HEX triplet: B7, B6 and EB. RGB value is (183,182,235). Sum of RGB (Red+Green+Blue) = 183+182+235=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B6EB is #484914. Grayscale: #BCBCBC. Windows color (decimal): -4737301 or 15447735. OLE color: 15447735.

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

Color convert

RGB183182235-
CMYK0.220.2300.08
HSL241.13º56.99%81.76%-
HSV(B)241.13º22.55%92.16%-
XYZ51.2549.5285.45-
YUV188.34154.33124.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.5%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=30.5%
G=30.33%
B=39.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831822350.220.2300.08241.1356.9981.76
HexB7B6EB161708f13952
Octal267266353262701036171122
Binary101101111011011011101011101101011101000111100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6EB; }

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

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

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

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

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

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

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

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