#B4B3D4

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

Shades of Lavender Grey #B4B3D4

Tints of Lavender Grey #B4B3D4

Color information

#B4B3D4 (or 0xB4B3D4) is unknown color: approx Lavender Grey. HEX triplet: B4, B3 and D4. RGB value is (180,179,212). Sum of RGB (Red+Green+Blue) = 180+179+212=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #B4B3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3D4 is #4B4C2B. Grayscale: #B6B6B6. Windows color (decimal): -4934700 or 13939636. OLE color: 13939636.

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

Color convert

RGB180179212-
CMYK0.150.1600.17
HSL241.82º27.73%76.67%-
HSV(B)241.82º15.57%83.14%-
XYZ46.8346.768.83-
YUV183.06144.33125.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=31.52%
G=31.35%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801792120.150.1600.17241.8227.7376.67
HexB4B3D4F10011f21c4d
Octal264263324172002136234115
Binary10110100101100111101010011111000001000111110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3D4; }

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

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

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

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

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

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

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

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