#B5B0B3

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

Shades of Lily #B5B0B3

Tints of Lily #B5B0B3

Color information

#B5B0B3 (or 0xB5B0B3) is unknown color: approx Lily. HEX triplet: B5, B0 and B3. RGB value is (181,176,179). Sum of RGB (Red+Green+Blue) = 181+176+179=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0B3 is #4A4F4C. Grayscale: #B1B1B1. Windows color (decimal): -4869965 or 11776181. OLE color: 11776181.

HSL color Cylindrical-coordinate representation of color #B5B0B3: hue angle of 324º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B0B3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181176179-
CMYK00.030.010.29
HSL324º3.27%70%-
HSV(B)324º2.76%70.98%-
XYZ42.7244.1348.91-
YUV177.84128.66130.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=33.77%
G=32.84%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117617900.030.010.293243.2770
HexB5B0B30311D144346
Octal265260263031355043106
Binary101101011011000010110011011111101101000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0B3; }

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

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

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

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

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

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

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

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