#B7A6B3

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

Shades of Lily #B7A6B3

Tints of Lily #B7A6B3

Color information

#B7A6B3 (or 0xB7A6B3) is unknown color: approx Lily. HEX triplet: B7, A6 and B3. RGB value is (183,166,179). Sum of RGB (Red+Green+Blue) = 183+166+179=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6B3 is #48594C. Grayscale: #ACACAC. Windows color (decimal): -4741453 or 11773623. OLE color: 11773623.

HSL color Cylindrical-coordinate representation of color #B7A6B3: hue angle of 314.12º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7A6B3 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183166179-
CMYK00.090.020.28
HSL314.12º10.56%68.43%-
HSV(B)314.12º9.29%71.76%-
XYZ41.340.5948.31-
YUV172.56131.63135.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=34.66%
G=31.44%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316617900.090.020.28314.1210.5668.43
HexB7A6B30921C13ab44
Octal26724626301123447213104
Binary10110111101001101011001101001101110010011101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A6B3; }

 p { color: rgb(183,166,179); }

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

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

 a { background-color: rgb(183,166,179); }

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

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

 span { border-color: rgb(183,166,179); }

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