Html Css Color HEX #BE96A8 Lily

📋 copy color: '#BE96A8'

red 190 ◦ green 150 ◦ blue 168

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

Shades of Lily #BE96A8

Tints of Lily #BE96A8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.53%

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

R = 37.4%
G = 29.53%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE96A8 (or 0xBE96A8) is known color: Lily. HEX triplet: BE, 96 and A8. RGB value is (190,150,168). Sum of RGB (Red+Green+Blue) = 190+150+168=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96A8 is #416957. Grayscale: #A3A3A3. Windows color (decimal): -4286808 or 11048638. OLE color: 11048638.

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

Color convert

RGB 190 150 168 -
CMYK 0 0.21 0.12 0.25
HSL 333º 0.24% 0.67% -
HSV(B) 333º 0.21% 0.75% -
XYZ 39.21 35.59 41.85 -
YUV 164.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 190 150 168 0 0.21 0.12 0.25 333 0.24 0.67
Hex BE 96 A8 0 15 C 19 14D 18 43
Octal 276 226 250 0 25 14 31 515 30 103
Binary 10111110 10010110 10101000 0 10101 1100 11001 101001101 11000 1000011

Color Harmonies of #BE96A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96A8

Black with #BE96A8

Text Example


Text Example

White with #BE96A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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