#B7B5EB

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

Shades of Lavender Grey #B7B5EB

Tints of Lavender Grey #B7B5EB

Color information

#B7B5EB (or 0xB7B5EB) is unknown color: approx Lavender Grey. HEX triplet: B7, B5 and EB. RGB value is (183,181,235). Sum of RGB (Red+Green+Blue) = 183+181+235=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B5EB is #484A14. Grayscale: #BBBBBB. Windows color (decimal): -4737557 or 15447479. OLE color: 15447479.

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

Color convert

RGB183181235-
CMYK0.220.2300.08
HSL242.22º57.45%81.57%-
HSV(B)242.22º22.98%92.16%-
XYZ51.0549.1185.39-
YUV187.75154.66124.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.55%
GREEN value IS 181 (71.09% from 255) = 30.22%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=30.55%
G=30.22%
B=39.23%

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
Decimal1831812350.220.2300.08242.2257.4581.57
HexB7B5EB161708f23952
Octal267265353262701036271122
Binary101101111011010111101011101101011101000111100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B5EB; }

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

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

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

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

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

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

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

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