#B697AC

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

Shades of Lily #B697AC

Tints of Lily #B697AC

Color information

#B697AC (or 0xB697AC) is unknown color: approx Lily. HEX triplet: B6, 97 and AC. RGB value is (182,151,172). Sum of RGB (Red+Green+Blue) = 182+151+172=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B697AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B697AC is #496853. Grayscale: #A2A2A2. Windows color (decimal): -4810836 or 11311030. OLE color: 11311030.

HSL color Cylindrical-coordinate representation of color #B697AC: hue angle of 319.35º 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 #B697AC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182151172-
CMYK00.170.050.29
HSL319.35º17.51%65.29%-
HSV(B)319.35º17.03%71.37%-
XYZ37.835.0643.8-
YUV162.66133.27141.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=36.04%
G=29.90%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215117200.170.050.29319.3517.5165.29
HexB697AC01151D13f1241
Octal26622725402153547722101
Binary10110110100101111010110001000110111101100111111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697AC; }

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

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

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

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

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

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

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

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