Html Css Color HEX #BE8FAF Lily

📋 copy color: '#BE8FAF'

red 190 ◦ green 143 ◦ blue 175

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

Shades of Lily #BE8FAF

Tints of Lily #BE8FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

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

R = 37.4%
G = 28.15%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE8FAF (or 0xBE8FAF) is known color: Lily. HEX triplet: BE, 8F and AF. RGB value is (190,143,175). Sum of RGB (Red+Green+Blue) = 190+143+175=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8FAF is #417050. Grayscale: #A0A0A0. Windows color (decimal): -4288593 or 11505598. OLE color: 11505598.

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

Color convert

RGB 190 143 175 -
CMYK 0 0.25 0.08 0.25
HSL 319.15º 0.27% 0.65% -
HSV(B) 319.15º 0.25% 0.75% -
XYZ 38.8 33.69 45.01 -
YUV 160.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 190 143 175 0 0.25 0.08 0.25 319.15 0.27 0.65
Hex BE 8F AF 0 19 8 19 13F 1B 41
Octal 276 217 257 0 31 10 31 477 33 101
Binary 10111110 10001111 10101111 0 11001 1000 11001 100111111 11011 1000001

Color Harmonies of #BE8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FAF

Black with #BE8FAF

Text Example


Text Example

White with #BE8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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