#B3B4E3

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

Shades of Lavender Grey #B3B4E3

Tints of Lavender Grey #B3B4E3

Color information

#B3B4E3 (or 0xB3B4E3) is unknown color: approx Lavender Grey. HEX triplet: B3, B4 and E3. RGB value is (179,180,227). Sum of RGB (Red+Green+Blue) = 179+180+227=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #B3B4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B4E3 is #4C4B1C. Grayscale: #B8B8B8. Windows color (decimal): -4999965 or 14922931. OLE color: 14922931.

HSL color Cylindrical-coordinate representation of color #B3B4E3: hue angle of 238.75º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B4E3 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179180227-
CMYK0.210.2100.11
HSL238.75º46.15%79.61%-
HSV(B)238.75º21.15%89.02%-
XYZ48.7847.7779.32-
YUV185.06151.67123.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=30.55%
G=30.72%
B=38.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791802270.210.2100.11238.7546.1579.61
HexB3B4E315150Bef2e50
Octal263264343252501335756120
Binary101100111011010011100011101011010101011111011111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4E3; }

 p { color: rgb(179,180,227); }

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

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

 a { background-color: rgb(179,180,227); }

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

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

 span { border-color: rgb(179,180,227); }

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