#B4B4DB

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

Shades of Lavender Grey #B4B4DB

Tints of Lavender Grey #B4B4DB

Color information

#B4B4DB (or 0xB4B4DB) is unknown color: approx Lavender Grey. HEX triplet: B4, B4 and DB. RGB value is (180,180,219). Sum of RGB (Red+Green+Blue) = 180+180+219=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4DB is #4B4B24. Grayscale: #B8B8B8. Windows color (decimal): -4934437 or 14398644. OLE color: 14398644.

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

Color convert

RGB180180219-
CMYK0.180.1800.14
HSL240º35.14%78.24%-
HSV(B)240º17.81%85.88%-
XYZ47.9347.4673.65-
YUV184.45147.5124.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=31.09%
G=31.09%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801802190.180.1800.1424035.1478.24
HexB4B4DB12120Ef0234e
Octal264264333222201636043116
Binary101101001011010011011011100101001001110111100001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4DB; }

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

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

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

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

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

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

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

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