#B3B4DA

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

Shades of Lavender Grey #B3B4DA

Tints of Lavender Grey #B3B4DA

Color information

#B3B4DA (or 0xB3B4DA) is unknown color: approx Lavender Grey. HEX triplet: B3, B4 and DA. RGB value is (179,180,218). Sum of RGB (Red+Green+Blue) = 179+180+218=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3B4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B4DA is #4C4B25. Grayscale: #B7B7B7. Windows color (decimal): -4999974 or 14333107. OLE color: 14333107.

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

Color convert

RGB179180218-
CMYK0.180.1700.15
HSL238.46º34.51%77.84%-
HSV(B)238.46º17.89%85.49%-
XYZ47.5747.2972.95-
YUV184.03147.17124.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=31.02%
G=31.20%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791802180.180.1700.15238.4634.5177.84
HexB3B4DA12110Fee234e
Octal263264332222101735643116
Binary101100111011010011011010100101000101111111011101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4DA; }

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

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

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

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

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

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

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

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