#B795AC

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

Shades of Lily #B795AC

Tints of Lily #B795AC

Color information

#B795AC (or 0xB795AC) is unknown color: approx Lily. HEX triplet: B7, 95 and AC. RGB value is (183,149,172). Sum of RGB (Red+Green+Blue) = 183+149+172=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B795AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B795AC is #486A53. Grayscale: #A1A1A1. Windows color (decimal): -4745812 or 11310519. OLE color: 11310519.

HSL color Cylindrical-coordinate representation of color #B795AC: hue angle of 319.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B795AC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183149172-
CMYK00.190.060.28
HSL319.41º19.1%65.1%-
HSV(B)319.41º18.58%71.76%-
XYZ37.7234.5443.71-
YUV161.79133.76143.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=36.31%
G=29.56%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314917200.190.060.28319.4119.165.1
HexB795AC01361C13f1341
Octal26722525402363447723101
Binary10110111100101011010110001001111011100100111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795AC; }

 p { color: rgb(183,149,172); }

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

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

 a { background-color: rgb(183,149,172); }

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

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

 span { border-color: rgb(183,149,172); }

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