Html Css Color HEX #BE8DB0 Lily

📋 copy color: '#BE8DB0'

red 190 ◦ green 141 ◦ blue 176

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

Shades of Lily #BE8DB0

Tints of Lily #BE8DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.81%

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 37.48%
G = 27.81%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE8DB0 (or 0xBE8DB0) is known color: Lily. HEX triplet: BE, 8D and B0. RGB value is (190,141,176). Sum of RGB (Red+Green+Blue) = 190+141+176=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DB0 is #41724F. Grayscale: #9F9F9F. Windows color (decimal): -4289104 or 11570622. OLE color: 11570622.

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

Color convert

RGB 190 141 176 -
CMYK 0 0.26 0.07 0.25
HSL 317.14º 0.27% 0.65% -
HSV(B) 317.14º 0.26% 0.75% -
XYZ 38.6 33.13 45.44 -
YUV 159.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 190 141 176 0 0.26 0.07 0.25 317.14 0.27 0.65
Hex BE 8D B0 0 1A 7 19 13D 1B 41
Octal 276 215 260 0 32 7 31 475 33 101
Binary 10111110 10001101 10110000 0 11010 111 11001 100111101 11011 1000001

Color Harmonies of #BE8DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DB0

Black with #BE8DB0

Text Example


Text Example

White with #BE8DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DB0; }

 p { color: rgb(190,141,176); }

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

background-color css

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

 a { background-color: rgb(190,141,176); }

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

border-color css

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

 span { border-color: rgb(190,141,176); }

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