Html Css Color HEX #BE8FB0 Lily

📋 copy color: '#BE8FB0'

red 190 ◦ green 143 ◦ blue 176

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

Shades of Lily #BE8FB0

Tints of Lily #BE8FB0

RGB

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

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

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

R = 37.33%
G = 28.09%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE8FB0 (or 0xBE8FB0) is known color: Lily. HEX triplet: BE, 8F and B0. RGB value is (190,143,176). Sum of RGB (Red+Green+Blue) = 190+143+176=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8FB0 is #41704F. Grayscale: #A0A0A0. Windows color (decimal): -4288592 or 11571134. OLE color: 11571134.

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

Color convert

RGB 190 143 176 -
CMYK 0 0.25 0.07 0.25
HSL 317.87º 0.27% 0.65% -
HSV(B) 317.87º 0.25% 0.75% -
XYZ 38.89 33.73 45.53 -
YUV 160.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 190 143 176 0 0.25 0.07 0.25 317.87 0.27 0.65
Hex BE 8F B0 0 19 7 19 13E 1B 41
Octal 276 217 260 0 31 7 31 476 33 101
Binary 10111110 10001111 10110000 0 11001 111 11001 100111110 11011 1000001

Color Harmonies of #BE8FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8FB0

Black with #BE8FB0

Text Example


Text Example

White with #BE8FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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