#B4B3DA

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

Shades of Lavender Grey #B4B3DA

Tints of Lavender Grey #B4B3DA

Color information

#B4B3DA (or 0xB4B3DA) is unknown color: approx Lavender Grey. HEX triplet: B4, B3 and DA. RGB value is (180,179,218). Sum of RGB (Red+Green+Blue) = 180+179+218=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 179 (70.31% from 255 or 31.02% 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 #B4B3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3DA is #4B4C25. Grayscale: #B7B7B7. Windows color (decimal): -4934694 or 14332852. OLE color: 14332852.

HSL color Cylindrical-coordinate representation of color #B4B3DA: hue angle of 241.54º 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 #B4B3DA is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180179218-
CMYK0.170.1800.15
HSL241.54º34.51%77.84%-
HSV(B)241.54º17.89%85.49%-
XYZ47.647.0172.89-
YUV183.74147.33125.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801792180.170.1800.15241.5434.5177.84
HexB4B3DA11120Ff2234e
Octal264263332212201736243116
Binary101101001011001111011010100011001001111111100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3DA; }

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

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

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

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

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

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

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

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