#BE9BB8

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

Shades of Lily #BE9BB8

Tints of Lily #BE9BB8

Color information

#BE9BB8 (or 0xBE9BB8) is unknown color: approx Lily. HEX triplet: BE, 9B and B8. RGB value is (190,155,184). Sum of RGB (Red+Green+Blue) = 190+155+184=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BB8 is #416447. Grayscale: #A8A8A8. Windows color (decimal): -4285512 or 12098494. OLE color: 12098494.

HSL color Cylindrical-coordinate representation of color #BE9BB8: hue angle of 310.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BE9BB8 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190155184-
CMYK00.180.030.25
HSL310.29º21.21%67.65%-
HSV(B)310.29º18.42%74.51%-
XYZ41.6137.8550.46-
YUV168.77136.6143.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=35.92%
G=29.30%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015518400.180.030.25310.2921.2167.65
HexBE9BB80123191361544
Octal27623327002233146625104
Binary1011111010011011101110000100101111001100110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BB8; }

 p { color: rgb(190,155,184); }

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

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

 a { background-color: rgb(190,155,184); }

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

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

 span { border-color: rgb(190,155,184); }

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