Html Css Color HEX #BE9FB0 Lily

📋 copy color: '#BE9FB0'

red 190 ◦ green 159 ◦ blue 176

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

Shades of Lily #BE9FB0

Tints of Lily #BE9FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.29%

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

R = 36.19%
G = 30.29%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE9FB0 (or 0xBE9FB0) is known color: Lily. HEX triplet: BE, 9F and B0. RGB value is (190,159,176). Sum of RGB (Red+Green+Blue) = 190+159+176=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FB0 is #41604F. Grayscale: #AAAAAA. Windows color (decimal): -4284496 or 11575230. OLE color: 11575230.

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

Color convert

RGB 190 159 176 -
CMYK 0 0.16 0.07 0.25
HSL 327.1º 0.19% 0.68% -
HSV(B) 327.1º 0.16% 0.75% -
XYZ 41.47 38.88 46.39 -
YUV 170.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 190 159 176 0 0.16 0.07 0.25 327.1 0.19 0.68
Hex BE 9F B0 0 10 7 19 147 13 44
Octal 276 237 260 0 20 7 31 507 23 104
Binary 10111110 10011111 10110000 0 10000 111 11001 101000111 10011 1000100

Color Harmonies of #BE9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9FB0

Black with #BE9FB0

Text Example


Text Example

White with #BE9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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