#B6B3B4

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

Shades of Lily #B6B3B4

Tints of Lily #B6B3B4

Color information

#B6B3B4 (or 0xB6B3B4) is unknown color: approx Lily. HEX triplet: B6, B3 and B4. RGB value is (182,179,180). Sum of RGB (Red+Green+Blue) = 182+179+180=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3B4 is #494C4B. Grayscale: #B4B4B4. Windows color (decimal): -4803660 or 11842486. OLE color: 11842486.

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

Color convert

RGB182179180-
CMYK00.020.010.29
HSL340º2.01%70.78%-
HSV(B)340º1.65%71.37%-
XYZ43.6545.4849.66-
YUV180.01127.99129.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=33.64%
G=33.09%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217918000.020.010.293402.0170.78
HexB6B3B40211D154247
Octal266263264021355242107
Binary101101101011001110110100010111101101010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3B4; }

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

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

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

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

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

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

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

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