#B3B2DB

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

Shades of Lavender Grey #B3B2DB

Tints of Lavender Grey #B3B2DB

Color information

#B3B2DB (or 0xB3B2DB) is unknown color: approx Lavender Grey. HEX triplet: B3, B2 and DB. RGB value is (179,178,219). Sum of RGB (Red+Green+Blue) = 179+178+219=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2DB is #4C4D24. Grayscale: #B6B6B6. Windows color (decimal): -5000485 or 14398131. OLE color: 14398131.

HSL color Cylindrical-coordinate representation of color #B3B2DB: hue angle of 241.46º 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 #B3B2DB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179178219-
CMYK0.180.1900.14
HSL241.46º36.28%77.84%-
HSV(B)241.46º18.72%85.88%-
XYZ47.346.5473.51-
YUV182.97148.33125.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 178 (69.92% from 255) = 30.90%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=31.08%
G=30.90%
B=38.02%

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
Decimal1791782190.180.1900.14241.4636.2877.84
HexB3B2DB12130Ef1244e
Octal263262333222301636144116
Binary101100111011001011011011100101001101110111100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2DB; }

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

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

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

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

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

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

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

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