#B5B4EA

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

Shades of Lavender Grey #B5B4EA

Tints of Lavender Grey #B5B4EA

Color information

#B5B4EA (or 0xB5B4EA) is unknown color: approx Lavender Grey. HEX triplet: B5, B4 and EA. RGB value is (181,180,234). Sum of RGB (Red+Green+Blue) = 181+180+234=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B4EA is #4A4B15. Grayscale: #BABABA. Windows color (decimal): -4868886 or 15381685. OLE color: 15381685.

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

Color convert

RGB181180234-
CMYK0.230.2300.08
HSL241.11º56.25%81.18%-
HSV(B)241.11º23.08%91.76%-
XYZ50.2348.4184.54-
YUV186.46154.83124.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=30.42%
G=30.25%
B=39.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811802340.230.2300.08241.1156.2581.18
HexB5B4EA171708f13851
Octal265264352272701036170121
Binary101101011011010011101010101111011101000111100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4EA; }

 p { color: rgb(181,180,234); }

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

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

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

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

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

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

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