#B799A7

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

Shades of Lily #B799A7

Tints of Lily #B799A7

Color information

#B799A7 (or 0xB799A7) is unknown color: approx Lily. HEX triplet: B7, 99 and A7. RGB value is (183,153,167). Sum of RGB (Red+Green+Blue) = 183+153+167=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B799A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B799A7 is #486658. Grayscale: #A3A3A3. Windows color (decimal): -4744793 or 10983863. OLE color: 10983863.

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

Color convert

RGB183153167-
CMYK00.160.090.28
HSL332º17.24%65.88%-
HSV(B)332º16.39%71.76%-
XYZ37.8935.6441.44-
YUV163.57129.94141.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=36.38%
G=30.42%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315316700.160.090.2833217.2465.88
HexB799A701091C14c1142
Octal267231247020113451421102
Binary101101111001100110100111010000100111100101001100100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799A7; }

 p { color: rgb(183,153,167); }

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

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

 a { background-color: rgb(183,153,167); }

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

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

 span { border-color: rgb(183,153,167); }

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