#B3B7D8

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

Shades of Lavender Grey #B3B7D8

Tints of Lavender Grey #B3B7D8

Color information

#B3B7D8 (or 0xB3B7D8) is unknown color: approx Lavender Grey. HEX triplet: B3, B7 and D8. RGB value is (179,183,216). Sum of RGB (Red+Green+Blue) = 179+183+216=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3B7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B7D8 is #4C4827. Grayscale: #B9B9B9. Windows color (decimal): -4999208 or 14202803. OLE color: 14202803.

HSL color Cylindrical-coordinate representation of color #B3B7D8: hue angle of 233.51º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3B7D8 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179183216-
CMYK0.170.1500.15
HSL233.51º32.17%77.45%-
HSV(B)233.51º17.13%84.71%-
XYZ47.9248.4171.78-
YUV185.57145.17123.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=30.97%
G=31.66%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791832160.170.1500.15233.5132.1777.45
HexB3B7D811F0Fea204d
Octal263267330211701735240115
Binary10110011101101111101100010001111101111111010101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B7D8; }

 p { color: rgb(179,183,216); }

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

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

 a { background-color: rgb(179,183,216); }

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

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

 span { border-color: rgb(179,183,216); }

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