#B5B0DE

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

Shades of Lavender Grey #B5B0DE

Tints of Lavender Grey #B5B0DE

Color information

#B5B0DE (or 0xB5B0DE) is unknown color: approx Lavender Grey. HEX triplet: B5, B0 and DE. RGB value is (181,176,222). Sum of RGB (Red+Green+Blue) = 181+176+222=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0DE is #4A4F21. Grayscale: #B6B6B6. Windows color (decimal): -4869922 or 14594229. OLE color: 14594229.

HSL color Cylindrical-coordinate representation of color #B5B0DE: hue angle of 246.52º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5B0DE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181176222-
CMYK0.180.2100.13
HSL246.52º41.07%78.04%-
HSV(B)246.52º20.72%87.06%-
XYZ47.7746.1575.5-
YUV182.74150.16126.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=31.26%
G=30.40%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811762220.180.2100.13246.5241.0778.04
HexB5B0DE12150Df7294e
Octal265260336222501536751116
Binary101101011011000011011110100101010101101111101111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0DE; }

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

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

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

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

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

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

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

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