#B4B2DB

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

Shades of Lavender Grey #B4B2DB

Tints of Lavender Grey #B4B2DB

Color information

#B4B2DB (or 0xB4B2DB) is unknown color: approx Lavender Grey. HEX triplet: B4, B2 and DB. RGB value is (180,178,219). Sum of RGB (Red+Green+Blue) = 180+178+219=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B2DB is #4B4D24. Grayscale: #B7B7B7. Windows color (decimal): -4934949 or 14398132. OLE color: 14398132.

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

Color convert

RGB180178219-
CMYK0.180.1900.14
HSL242.93º36.28%77.84%-
HSV(B)242.93º18.72%85.88%-
XYZ47.5346.6673.52-
YUV183.27148.16125.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=31.20%
G=30.85%
B=37.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801782190.180.1900.14242.9336.2877.84
HexB4B2DB12130Ef3244e
Octal264262333222301636344116
Binary101101001011001011011011100101001101110111100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2DB; }

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

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

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

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

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

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

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

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