#B699A9

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

Shades of Lily #B699A9

Tints of Lily #B699A9

Color information

#B699A9 (or 0xB699A9) is unknown color: approx Lily. HEX triplet: B6, 99 and A9. RGB value is (182,153,169). Sum of RGB (Red+Green+Blue) = 182+153+169=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B699A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699A9 is #496656. Grayscale: #A3A3A3. Windows color (decimal): -4810327 or 11114934. OLE color: 11114934.

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

Color convert

RGB182153169-
CMYK00.160.070.29
HSL326.9º16.57%65.69%-
HSV(B)326.9º15.93%71.37%-
XYZ37.8435.5942.41-
YUV163.49131.11141.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=36.11%
G=30.36%
B=33.53%

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
Decimal18215316900.160.070.29326.916.5765.69
HexB699A901071D1471142
Octal26623125102073550721102
Binary10110110100110011010100101000011111101101000111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699A9; }

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

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

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

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

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

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

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

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