#B7B4EB

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

Shades of Lavender Grey #B7B4EB

Tints of Lavender Grey #B7B4EB

Color information

#B7B4EB (or 0xB7B4EB) is unknown color: approx Lavender Grey. HEX triplet: B7, B4 and EB. RGB value is (183,180,235). Sum of RGB (Red+Green+Blue) = 183+180+235=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B4EB is #484B14. Grayscale: #BABABA. Windows color (decimal): -4737813 or 15447223. OLE color: 15447223.

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

Color convert

RGB183180235-
CMYK0.220.2300.08
HSL243.27º57.89%81.37%-
HSV(B)243.27º23.4%92.16%-
XYZ50.8548.7185.32-
YUV187.17154.99125.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.60%
GREEN value IS 180 (70.70% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=30.60%
G=30.10%
B=39.30%

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
Decimal1831802350.220.2300.08243.2757.8981.37
HexB7B4EB161708f33a51
Octal267264353262701036372121
Binary101101111011010011101011101101011101000111100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B4EB; }

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

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

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

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

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

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

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

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