#B7B6E3

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

Shades of Lavender Grey #B7B6E3

Tints of Lavender Grey #B7B6E3

Color information

#B7B6E3 (or 0xB7B6E3) is unknown color: approx Lavender Grey. HEX triplet: B7, B6 and E3. RGB value is (183,182,227). Sum of RGB (Red+Green+Blue) = 183+182+227=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #B7B6E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6E3 is #48491C. Grayscale: #BBBBBB. Windows color (decimal): -4737309 or 14923447. OLE color: 14923447.

HSL color Cylindrical-coordinate representation of color #B7B6E3: hue angle of 241.33º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7B6E3 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183182227-
CMYK0.190.2000.11
HSL241.33º44.55%80.2%-
HSV(B)241.33º19.82%89.02%-
XYZ50.1249.0779.5-
YUV187.43150.33124.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 227 (89.06% from 255) = 38.34%
R=30.91%
G=30.74%
B=38.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831822270.190.2000.11241.3344.5580.2
HexB7B6E313140Bf12d50
Octal267266343232401336155120
Binary101101111011011011100011100111010001011111100011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6E3; }

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

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

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

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

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

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

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

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