#B5B0EB

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

Shades of Lavender Grey #B5B0EB

Tints of Lavender Grey #B5B0EB

Color information

#B5B0EB (or 0xB5B0EB) is unknown color: approx Lavender Grey. HEX triplet: B5, B0 and EB. RGB value is (181,176,235). Sum of RGB (Red+Green+Blue) = 181+176+235=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5B0EB is #4A4F14. Grayscale: #B7B7B7. Windows color (decimal): -4869909 or 15446197. OLE color: 15446197.

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

Color convert

RGB181176235-
CMYK0.230.2500.08
HSL245.08º59.6%80.59%-
HSV(B)245.08º25.11%92.16%-
XYZ49.5846.8785.03-
YUV184.22156.66125.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=30.57%
G=29.73%
B=39.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811762350.230.2500.08245.0859.680.59
HexB5B0EB171908f53c51
Octal265260353273101036574121
Binary101101011011000011101011101111100101000111101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0EB; }

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

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

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

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

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

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

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

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