#B3B0DE

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

Shades of Lavender Grey #B3B0DE

Tints of Lavender Grey #B3B0DE

Color information

#B3B0DE (or 0xB3B0DE) is unknown color: approx Lavender Grey. HEX triplet: B3, B0 and DE. RGB value is (179,176,222). Sum of RGB (Red+Green+Blue) = 179+176+222=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0DE is #4C4F21. Grayscale: #B5B5B5. Windows color (decimal): -5000994 or 14594227. OLE color: 14594227.

HSL color Cylindrical-coordinate representation of color #B3B0DE: hue angle of 243.91º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B0DE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179176222-
CMYK0.190.2100.13
HSL243.91º41.07%78.04%-
HSV(B)243.91º20.72%87.06%-
XYZ47.345.9175.48-
YUV182.14150.49125.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=31.02%
G=30.50%
B=38.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791762220.190.2100.13243.9141.0778.04
HexB3B0DE13150Df4294e
Octal263260336232501536451116
Binary101100111011000011011110100111010101101111101001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0DE; }

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

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

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

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

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

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

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

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