#B799A8

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

Shades of Lily #B799A8

Tints of Lily #B799A8

Color information

#B799A8 (or 0xB799A8) is unknown color: approx Lily. HEX triplet: B7, 99 and A8. RGB value is (183,153,168). Sum of RGB (Red+Green+Blue) = 183+153+168=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B799A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B799A8 is #486657. Grayscale: #A3A3A3. Windows color (decimal): -4744792 or 11049399. OLE color: 11049399.

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

Color convert

RGB183153168-
CMYK00.160.080.28
HSL330º17.24%65.88%-
HSV(B)330º16.39%71.76%-
XYZ37.9935.6841.93-
YUV163.68130.44141.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=36.31%
G=30.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315316800.160.080.2833017.2465.88
HexB799A801081C14a1142
Octal267231250020103451221102
Binary101101111001100110101000010000100011100101001010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799A8; }

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

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

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

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

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

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

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

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