#B4B0E5

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

Shades of Lavender Grey #B4B0E5

Tints of Lavender Grey #B4B0E5

Color information

#B4B0E5 (or 0xB4B0E5) is unknown color: approx Lavender Grey. HEX triplet: B4, B0 and E5. RGB value is (180,176,229). Sum of RGB (Red+Green+Blue) = 180+176+229=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0E5 is #4B4F1A. Grayscale: #B7B7B7. Windows color (decimal): -4935451 or 15052980. OLE color: 15052980.

HSL color Cylindrical-coordinate representation of color #B4B0E5: hue angle of 244.53º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4B0E5 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180176229-
CMYK0.210.2300.10
HSL244.53º50.48%79.41%-
HSV(B)244.53º23.14%89.8%-
XYZ48.4946.4180.53-
YUV183.24153.83125.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=30.77%
G=30.09%
B=39.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801762290.210.2300.10244.5350.4879.41
HexB4B0E515170Af5324f
Octal264260345252701236562117
Binary101101001011000011100101101011011101010111101011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0E5; }

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

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

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

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

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

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

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

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