#BE98AF

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

Shades of Lily #BE98AF

Tints of Lily #BE98AF

Color information

#BE98AF (or 0xBE98AF) is unknown color: approx Lily. HEX triplet: BE, 98 and AF. RGB value is (190,152,175). Sum of RGB (Red+Green+Blue) = 190+152+175=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE98AF is #416750. Grayscale: #A5A5A5. Windows color (decimal): -4286289 or 11507902. OLE color: 11507902.

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

Color convert

RGB190152175-
CMYK00.20.080.25
HSL323.68º22.62%67.06%-
HSV(B)323.68º20%74.51%-
XYZ40.236.545.48-
YUV165.98133.09145.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=36.75%
G=29.40%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015217500.20.080.25323.6822.6267.06
HexBE98AF0148191441743
Octal276230257024103150427103
Binary101111101001100010101111010100100011001101000100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98AF; }

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

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

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

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

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

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

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

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