#B699AA

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

Shades of Lily #B699AA

Tints of Lily #B699AA

Color information

#B699AA (or 0xB699AA) is unknown color: approx Lily. HEX triplet: B6, 99 and AA. RGB value is (182,153,170). Sum of RGB (Red+Green+Blue) = 182+153+170=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B699AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699AA is #496655. Grayscale: #A3A3A3. Windows color (decimal): -4810326 or 11180470. OLE color: 11180470.

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

Color convert

RGB182153170-
CMYK00.160.070.29
HSL324.83º16.57%65.69%-
HSV(B)324.83º15.93%71.37%-
XYZ37.9435.6342.91-
YUV163.61131.61141.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=36.04%
G=30.30%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215317000.160.070.29324.8316.5765.69
HexB699AA01071D1451142
Octal26623125202073550521102
Binary10110110100110011010101001000011111101101000101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699AA; }

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

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

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

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

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

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

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

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