#B8B4EC

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

Shades of Lavender Grey #B8B4EC

Tints of Lavender Grey #B8B4EC

Color information

#B8B4EC (or 0xB8B4EC) is unknown color: approx Lavender Grey. HEX triplet: B8, B4 and EC. RGB value is (184,180,236). Sum of RGB (Red+Green+Blue) = 184+180+236=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B4EC is #474B13. Grayscale: #BBBBBB. Windows color (decimal): -4672276 or 15512760. OLE color: 15512760.

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

Color convert

RGB184180236-
CMYK0.220.2400.07
HSL244.29º59.57%81.57%-
HSV(B)244.29º23.73%92.55%-
XYZ51.2348.8986.09-
YUV187.58155.33125.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.67%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=30.67%
G=30%
B=39.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841802360.220.2400.07244.2959.5781.57
HexB8B4EC161807f43c52
Octal27026435426300736474122
Binary10111000101101001110110010110110000111111101001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4EC; }

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

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

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

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

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

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

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

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