#B3B2DD

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

Shades of Lavender Grey #B3B2DD

Tints of Lavender Grey #B3B2DD

Color information

#B3B2DD (or 0xB3B2DD) is unknown color: approx Lavender Grey. HEX triplet: B3, B2 and DD. RGB value is (179,178,221). Sum of RGB (Red+Green+Blue) = 179+178+221=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2DD is #4C4D22. Grayscale: #B7B7B7. Windows color (decimal): -5000483 or 14529203. OLE color: 14529203.

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

Color convert

RGB179178221-
CMYK0.190.1900.13
HSL241.4º38.74%78.24%-
HSV(B)241.4º19.46%86.67%-
XYZ47.5646.6474.9-
YUV183.2149.33125-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=30.97%
G=30.80%
B=38.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791782210.190.1900.13241.438.7478.24
HexB3B2DD13130Df1274e
Octal263262335232301536147116
Binary101100111011001011011101100111001101101111100011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2DD; }

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

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

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

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

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

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

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

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