#B5B0ED

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

Shades of Lavender Grey #B5B0ED

Tints of Lavender Grey #B5B0ED

Color information

#B5B0ED (or 0xB5B0ED) is unknown color: approx Lavender Grey. HEX triplet: B5, B0 and ED. RGB value is (181,176,237). Sum of RGB (Red+Green+Blue) = 181+176+237=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5B0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5B0ED is #4A4F12. Grayscale: #B8B8B8. Windows color (decimal): -4869907 or 15577269. OLE color: 15577269.

HSL color Cylindrical-coordinate representation of color #B5B0ED: hue angle of 244.92º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5B0ED is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181176237-
CMYK0.240.2600.07
HSL244.92º62.89%80.98%-
HSV(B)244.92º25.74%92.94%-
XYZ49.8746.9986.56-
YUV184.45157.66125.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.47%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=30.47%
G=29.63%
B=39.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811762370.240.2600.07244.9262.8980.98
HexB5B0ED181A07f53f51
Octal26526035530320736577121
Binary10110101101100001110110111000110100111111101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0ED; }

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

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

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

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

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

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

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

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