Html Css Color HEX #BE99AF Lily

📋 copy color: '#BE99AF'

red 190 ◦ green 153 ◦ blue 175

#BE99AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BE99AF

Tints of Lily #BE99AF

RGB

 RED value IS 190 (74.61% from 255) = 36.68%

 GREEN value IS 153 (60.16% from 255) = 29.54%

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 36.68%
G = 29.54%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE99AF (or 0xBE99AF) is known color: Lily. HEX triplet: BE, 99 and AF. RGB value is (190,153,175). Sum of RGB (Red+Green+Blue) = 190+153+175=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99AF is #416650. Grayscale: #A6A6A6. Windows color (decimal): -4286033 or 11508158. OLE color: 11508158.

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

Color convert

RGB 190 153 175 -
CMYK 0 0.19 0.08 0.25
HSL 324.32º 0.22% 0.67% -
HSV(B) 324.32º 0.19% 0.75% -
XYZ 40.36 36.82 45.54 -
YUV 166.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 190 153 175 0 0.19 0.08 0.25 324.32 0.22 0.67
Hex BE 99 AF 0 13 8 19 144 16 43
Octal 276 231 257 0 23 10 31 504 26 103
Binary 10111110 10011001 10101111 0 10011 1000 11001 101000100 10110 1000011

Color Harmonies of #BE99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE99AF

Black with #BE99AF

Text Example


Text Example

White with #BE99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE99AF; }

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

 H1.HeaderClassName
 {
   color: #BE99AF;
 }
 .AnyTagClassName
 {
   color: #BE99AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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