#B696AA

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

Shades of Lily #B696AA

Tints of Lily #B696AA

Color information

#B696AA (or 0xB696AA) is unknown color: approx Lily. HEX triplet: B6, 96 and AA. RGB value is (182,150,170). Sum of RGB (Red+Green+Blue) = 182+150+170=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B696AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696AA is #496955. Grayscale: #A1A1A1. Windows color (decimal): -4811094 or 11179702. OLE color: 11179702.

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

Color convert

RGB182150170-
CMYK00.180.070.29
HSL322.5º17.98%65.1%-
HSV(B)322.5º17.58%71.37%-
XYZ37.4534.6642.75-
YUV161.85132.6142.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=36.25%
G=29.88%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215017000.180.070.29322.517.9865.1
HexB696AA01271D1421241
Octal26622625202273550222101
Binary10110110100101101010101001001011111101101000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696AA; }

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

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

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

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

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

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

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

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