#B3B2DE

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

Shades of Lavender Grey #B3B2DE

Tints of Lavender Grey #B3B2DE

Color information

#B3B2DE (or 0xB3B2DE) is unknown color: approx Lavender Grey. HEX triplet: B3, B2 and DE. RGB value is (179,178,222). Sum of RGB (Red+Green+Blue) = 179+178+222=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2DE is #4C4D21. Grayscale: #B7B7B7. Windows color (decimal): -5000482 or 14594739. OLE color: 14594739.

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

Color convert

RGB179178222-
CMYK0.190.2000.13
HSL241.36º40%78.43%-
HSV(B)241.36º19.82%87.06%-
XYZ47.746.775.61-
YUV183.32149.83124.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.92%
GREEN value IS 178 (69.92% from 255) = 30.74%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=30.92%
G=30.74%
B=38.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791782220.190.2000.13241.364078.43
HexB3B2DE13140Df1284e
Octal263262336232401536150116
Binary101100111011001011011110100111010001101111100011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2DE; }

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

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

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

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

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

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

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

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