Html Css Color HEX #BE98AA Lily

📋 copy color: '#BE98AA'

red 190 ◦ green 152 ◦ blue 170

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

Shades of Lily #BE98AA

Tints of Lily #BE98AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.69%

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 37.11%
G = 29.69%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE98AA (or 0xBE98AA) is known color: Lily. HEX triplet: BE, 98 and AA. RGB value is (190,152,170). Sum of RGB (Red+Green+Blue) = 190+152+170=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE98AA is #416755. Grayscale: #A5A5A5. Windows color (decimal): -4286294 or 11180222. OLE color: 11180222.

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

Color convert

RGB 190 152 170 -
CMYK 0 0.2 0.11 0.25
HSL 331.58º 0.23% 0.67% -
HSV(B) 331.58º 0.2% 0.75% -
XYZ 39.72 36.31 42.94 -
YUV 165.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 190 152 170 0 0.2 0.11 0.25 331.58 0.23 0.67
Hex BE 98 AA 0 14 B 19 14C 17 43
Octal 276 230 252 0 24 13 31 514 27 103
Binary 10111110 10011000 10101010 0 10100 1011 11001 101001100 10111 1000011

Color Harmonies of #BE98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98AA

Black with #BE98AA

Text Example


Text Example

White with #BE98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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