#B697AA

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

Shades of Lily #B697AA

Tints of Lily #B697AA

Color information

#B697AA (or 0xB697AA) is unknown color: approx Lily. HEX triplet: B6, 97 and AA. RGB value is (182,151,170). Sum of RGB (Red+Green+Blue) = 182+151+170=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B697AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B697AA is #496855. Grayscale: #A2A2A2. Windows color (decimal): -4810838 or 11179958. OLE color: 11179958.

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

Color convert

RGB182151170-
CMYK00.170.070.29
HSL323.23º17.51%65.29%-
HSV(B)323.23º17.03%71.37%-
XYZ37.6134.9842.8-
YUV162.44132.27141.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=36.18%
G=30.02%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215117000.170.070.29323.2317.5165.29
HexB697AA01171D1431241
Octal26622725202173550322101
Binary10110110100101111010101001000111111101101000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697AA; }

 p { color: rgb(182,151,170); }

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

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

 a { background-color: rgb(182,151,170); }

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

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

 span { border-color: rgb(182,151,170); }

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