Html Css Color HEX #BE8FAA Lily

📋 copy color: '#BE8FAA'

red 190 ◦ green 143 ◦ blue 170

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

Shades of Lily #BE8FAA

Tints of Lily #BE8FAA

RGB

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

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

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

R = 37.77%
G = 28.43%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE8FAA (or 0xBE8FAA) is known color: Lily. HEX triplet: BE, 8F and AA. RGB value is (190,143,170). Sum of RGB (Red+Green+Blue) = 190+143+170=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8FAA is #417055. Grayscale: #A0A0A0. Windows color (decimal): -4288598 or 11177918. OLE color: 11177918.

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

Color convert

RGB 190 143 170 -
CMYK 0 0.25 0.11 0.25
HSL 325.53º 0.27% 0.65% -
HSV(B) 325.53º 0.25% 0.75% -
XYZ 38.31 33.49 42.48 -
YUV 160.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 190 143 170 0 0.25 0.11 0.25 325.53 0.27 0.65
Hex BE 8F AA 0 19 B 19 146 1B 41
Octal 276 217 252 0 31 13 31 506 33 101
Binary 10111110 10001111 10101010 0 11001 1011 11001 101000110 11011 1000001

Color Harmonies of #BE8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FAA

Black with #BE8FAA

Text Example


Text Example

White with #BE8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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