#B6A3B1

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

Shades of Lily #B6A3B1

Tints of Lily #B6A3B1

Color information

#B6A3B1 (or 0xB6A3B1) is unknown color: approx Lily. HEX triplet: B6, A3 and B1. RGB value is (182,163,177). Sum of RGB (Red+Green+Blue) = 182+163+177=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A3B1 is #495C4E. Grayscale: #AAAAAA. Windows color (decimal): -4807759 or 11641782. OLE color: 11641782.

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

Color convert

RGB182163177-
CMYK00.100.030.29
HSL315.79º11.52%67.65%-
HSV(B)315.79º10.44%71.37%-
XYZ40.3239.3147.06-
YUV170.28131.79136.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=34.87%
G=31.23%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216317700.100.030.29315.7911.5267.65
HexB6A3B10A31D13cc44
Octal26624326101233547414104
Binary10110110101000111011000101010111110110011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3B1; }

 p { color: rgb(182,163,177); }

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

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

 a { background-color: rgb(182,163,177); }

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

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

 span { border-color: rgb(182,163,177); }

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