#B8B6EC

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

Shades of Lavender Grey #B8B6EC

Tints of Lavender Grey #B8B6EC

Color information

#B8B6EC (or 0xB8B6EC) is unknown color: approx Lavender Grey. HEX triplet: B8, B6 and EC. RGB value is (184,182,236). Sum of RGB (Red+Green+Blue) = 184+182+236=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B6EC is #474913. Grayscale: #BCBCBC. Windows color (decimal): -4671764 or 15513272. OLE color: 15513272.

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

Color convert

RGB184182236-
CMYK0.220.2300.07
HSL242.22º58.7%81.96%-
HSV(B)242.22º22.88%92.55%-
XYZ51.6449.786.23-
YUV188.75154.66124.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=30.56%
G=30.23%
B=39.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841822360.220.2300.07242.2258.781.96
HexB8B6EC161707f23b52
Octal27026635426270736273122
Binary10111000101101101110110010110101110111111100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6EC; }

 p { color: rgb(184,182,236); }

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

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

 a { background-color: rgb(184,182,236); }

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

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

 span { border-color: rgb(184,182,236); }

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