Html Css Color HEX #BE98A8 Lily

📋 copy color: '#BE98A8'

red 190 ◦ green 152 ◦ blue 168

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

Shades of Lily #BE98A8

Tints of Lily #BE98A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 37.25%
G = 29.8%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE98A8 (or 0xBE98A8) is known color: Lily. HEX triplet: BE, 98 and A8. RGB value is (190,152,168). Sum of RGB (Red+Green+Blue) = 190+152+168=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE98A8 is #416757. Grayscale: #A5A5A5. Windows color (decimal): -4286296 or 11049150. OLE color: 11049150.

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

Color convert

RGB 190 152 168 -
CMYK 0 0.2 0.12 0.25
HSL 334.74º 0.23% 0.67% -
HSV(B) 334.74º 0.2% 0.75% -
XYZ 39.53 36.23 41.96 -
YUV 165.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 190 152 168 0 0.2 0.12 0.25 334.74 0.23 0.67
Hex BE 98 A8 0 14 C 19 14F 17 43
Octal 276 230 250 0 24 14 31 517 27 103
Binary 10111110 10011000 10101000 0 10100 1100 11001 101001111 10111 1000011

Color Harmonies of #BE98A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98A8

Black with #BE98A8

Text Example


Text Example

White with #BE98A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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