#B4B0DD

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

Shades of Lavender Grey #B4B0DD

Tints of Lavender Grey #B4B0DD

Color information

#B4B0DD (or 0xB4B0DD) is unknown color: approx Lavender Grey. HEX triplet: B4, B0 and DD. RGB value is (180,176,221). Sum of RGB (Red+Green+Blue) = 180+176+221=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0DD is #4B4F22. Grayscale: #B6B6B6. Windows color (decimal): -4935459 or 14528692. OLE color: 14528692.

HSL color Cylindrical-coordinate representation of color #B4B0DD: hue angle of 245.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B0DD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180176221-
CMYK0.190.2000.13
HSL245.33º39.82%77.84%-
HSV(B)245.33º20.36%86.67%-
XYZ47.445.9774.78-
YUV182.33149.83126.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=31.20%
G=30.50%
B=38.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801762210.190.2000.13245.3339.8277.84
HexB4B0DD13140Df5284e
Octal264260335232401536550116
Binary101101001011000011011101100111010001101111101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0DD; }

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

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

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

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

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

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

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

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