#B4B0DB

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

Shades of Lavender Grey #B4B0DB

Tints of Lavender Grey #B4B0DB

Color information

#B4B0DB (or 0xB4B0DB) is unknown color: approx Lavender Grey. HEX triplet: B4, B0 and DB. RGB value is (180,176,219). Sum of RGB (Red+Green+Blue) = 180+176+219=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0DB is #4B4F24. Grayscale: #B5B5B5. Windows color (decimal): -4935461 or 14397620. OLE color: 14397620.

HSL color Cylindrical-coordinate representation of color #B4B0DB: hue angle of 245.58º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B0DB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180176219-
CMYK0.180.2000.14
HSL245.58º37.39%77.45%-
HSV(B)245.58º19.63%85.88%-
XYZ47.1345.8773.39-
YUV182.1148.83126.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=31.30%
G=30.61%
B=38.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801762190.180.2000.14245.5837.3977.45
HexB4B0DB12140Ef6254d
Octal264260333222401636645115
Binary101101001011000011011011100101010001110111101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B0DB; }

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

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

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

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

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

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

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

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