#B3B0D4

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

Shades of Lavender Grey #B3B0D4

Tints of Lavender Grey #B3B0D4

Color information

#B3B0D4 (or 0xB3B0D4) is unknown color: approx Lavender Grey. HEX triplet: B3, B0 and D4. RGB value is (179,176,212). Sum of RGB (Red+Green+Blue) = 179+176+212=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #B3B0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0D4 is #4C4F2B. Grayscale: #B4B4B4. Windows color (decimal): -5001004 or 13938867. OLE color: 13938867.

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

Color convert

RGB179176212-
CMYK0.160.1700.17
HSL245º29.51%76.08%-
HSV(B)245º16.98%83.14%-
XYZ4645.3968.62-
YUV181145.49126.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=31.57%
G=31.04%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791762120.160.1700.1724529.5176.08
HexB3B0D41011011f51e4c
Octal263260324202102136536114
Binary101100111011000011010100100001000101000111110101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0D4; }

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

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

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

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

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

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

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

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