#B9B7EC

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

Shades of Lavender Grey #B9B7EC

Tints of Lavender Grey #B9B7EC

Color information

#B9B7EC (or 0xB9B7EC) is unknown color: approx Lavender Grey. HEX triplet: B9, B7 and EC. RGB value is (185,183,236). Sum of RGB (Red+Green+Blue) = 185+183+236=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B7EC is #464813. Grayscale: #BDBDBD. Windows color (decimal): -4605972 or 15513529. OLE color: 15513529.

HSL color Cylindrical-coordinate representation of color #B9B7EC: hue angle of 242.26º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9B7EC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185183236-
CMYK0.220.2200.07
HSL242.26º58.24%82.16%-
HSV(B)242.26º22.46%92.55%-
XYZ52.0850.2486.31-
YUV189.64154.16124.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=30.63%
G=30.30%
B=39.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851832360.220.2200.07242.2658.2482.16
HexB9B7EC161607f23a52
Octal27126735426260736272122
Binary10111001101101111110110010110101100111111100101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B7EC; }

 p { color: rgb(185,183,236); }

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

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

 a { background-color: rgb(185,183,236); }

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

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

 span { border-color: rgb(185,183,236); }

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