#B4B0DE

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

Shades of Lavender Grey #B4B0DE

Tints of Lavender Grey #B4B0DE

Color information

#B4B0DE (or 0xB4B0DE) is unknown color: approx Lavender Grey. HEX triplet: B4, B0 and DE. RGB value is (180,176,222). Sum of RGB (Red+Green+Blue) = 180+176+222=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0DE is #4B4F21. Grayscale: #B6B6B6. Windows color (decimal): -4935458 or 14594228. OLE color: 14594228.

HSL color Cylindrical-coordinate representation of color #B4B0DE: hue angle of 245.22º 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 #B4B0DE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180176222-
CMYK0.190.2100.13
HSL245.22º41.07%78.04%-
HSV(B)245.22º20.72%87.06%-
XYZ47.5346.0375.49-
YUV182.44150.33126.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=31.14%
G=30.45%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801762220.190.2100.13245.2241.0778.04
HexB4B0DE13150Df5294e
Octal264260336232501536551116
Binary101101001011000011011110100111010101101111101011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0DE; }

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

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

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

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

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

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

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

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