#B3B2D0

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

Shades of Lavender Grey #B3B2D0

Tints of Lavender Grey #B3B2D0

Color information

#B3B2D0 (or 0xB3B2D0) is unknown color: approx Lavender Grey. HEX triplet: B3, B2 and D0. RGB value is (179,178,208). Sum of RGB (Red+Green+Blue) = 179+178+208=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3B2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2D0 is #4C4D2F. Grayscale: #B5B5B5. Windows color (decimal): -5000496 or 13677235. OLE color: 13677235.

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

Color convert

RGB179178208-
CMYK0.140.1400.18
HSL242º24.19%75.69%-
HSV(B)242º14.42%81.57%-
XYZ45.945.9866.13-
YUV181.72142.83126.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=31.68%
G=31.50%
B=36.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791782080.140.1400.1824224.1975.69
HexB3B2D0EE012f2184c
Octal263262320161602236230114
Binary1011001110110010110100001110111001001011110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2D0; }

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

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

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

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

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

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

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

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