#BE98AC

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

Shades of Lily #BE98AC

Tints of Lily #BE98AC

Color information

#BE98AC (or 0xBE98AC) is unknown color: approx Lily. HEX triplet: BE, 98 and AC. RGB value is (190,152,172). Sum of RGB (Red+Green+Blue) = 190+152+172=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE98AC is #416753. Grayscale: #A5A5A5. Windows color (decimal): -4286292 or 11311294. OLE color: 11311294.

HSL color Cylindrical-coordinate representation of color #BE98AC: hue angle of 328.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE98AC is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190152172-
CMYK00.20.090.25
HSL328.42º22.62%67.06%-
HSV(B)328.42º20%74.51%-
XYZ39.9136.3843.95-
YUV165.64131.59145.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=36.96%
G=29.57%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015217200.20.090.25328.4222.6267.06
HexBE98AC0149191481743
Octal276230254024113151027103
Binary101111101001100010101100010100100111001101001000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98AC; }

 p { color: rgb(190,152,172); }

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

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

 a { background-color: rgb(190,152,172); }

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

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

 span { border-color: rgb(190,152,172); }

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