#BE98B4

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

Shades of Lily #BE98B4

Tints of Lily #BE98B4

Color information

#BE98B4 (or 0xBE98B4) is unknown color: approx Lily. HEX triplet: BE, 98 and B4. RGB value is (190,152,180). Sum of RGB (Red+Green+Blue) = 190+152+180=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98B4 is #41674B. Grayscale: #A6A6A6. Windows color (decimal): -4286284 or 11835582. OLE color: 11835582.

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

Color convert

RGB190152180-
CMYK00.20.050.25
HSL315.79º22.62%67.06%-
HSV(B)315.79º20%74.51%-
XYZ40.736.748.12-
YUV166.55135.59144.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=36.40%
G=29.12%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015218000.20.050.25315.7922.6267.06
HexBE98B401451913c1743
Octal27623026402453147427103
Binary10111110100110001011010001010010111001100111100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98B4; }

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

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

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

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

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

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

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

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