#b7b4ea

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

Shades of Lavender Grey #B7B4EA

Tints of Lavender Grey #B7B4EA

Color information

#B7B4EA (or 0xB7B4EA) is unknown color: approx Lavender Grey. HEX triplet: B7, B4 and EA. RGB value is (183,180,234). Sum of RGB (Red+Green+Blue) = 183+180+234=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B4EA is #484B15. Grayscale: #BABABA. Windows color (decimal): -4737814 or 15381687. OLE color: 15381687.

HSL color Cylindrical-coordinate representation of color #B7B4EA: hue angle of 243.33º 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 #B7B4EA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183180234-
CMYK0.220.2300.08
HSL243.33º56.25%81.18%-
HSV(B)243.33º23.08%91.76%-
XYZ50.748.6584.56-
YUV187.05154.49125.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.65%
GREEN value IS 180 (70.70% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=30.65%
G=30.15%
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.08
SystemRedGreenBlueCMYKHSL
Decimal1831802340.220.2300.08243.3356.2581.18
HexB7B4EA161708f33851
Octal267264352262701036370121
Binary101101111011010011101010101101011101000111100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7b4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7b4ea; }

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

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

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

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

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

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

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

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