#B8B8EA

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

Shades of Lavender Grey #B8B8EA

Tints of Lavender Grey #B8B8EA

Color information

#B8B8EA (or 0xB8B8EA) is unknown color: approx Lavender Grey. HEX triplet: B8, B8 and EA. RGB value is (184,184,234). Sum of RGB (Red+Green+Blue) = 184+184+234=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B8EA is #474715. Grayscale: #BDBDBD. Windows color (decimal): -4671254 or 15382712. OLE color: 15382712.

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

Color convert

RGB184184234-
CMYK0.210.2100.08
HSL240º54.35%81.96%-
HSV(B)240º21.37%91.76%-
XYZ51.7650.4184.84-
YUV189.7153123.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=30.56%
G=30.56%
B=38.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841842340.210.2100.0824054.3581.96
HexB8B8EA151508f03652
Octal270270352252501036066122
Binary101110001011100011101010101011010101000111100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8EA; }

 p { color: rgb(184,184,234); }

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

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

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

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

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

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

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