Html Css Color HEX #BE9DB0 Lily

📋 copy color: '#BE9DB0'

red 190 ◦ green 157 ◦ blue 176

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

Shades of Lily #BE9DB0

Tints of Lily #BE9DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.02%

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

R = 36.33%
G = 30.02%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE9DB0 (or 0xBE9DB0) is known color: Lily. HEX triplet: BE, 9D and B0. RGB value is (190,157,176). Sum of RGB (Red+Green+Blue) = 190+157+176=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9DB0 is #41624F. Grayscale: #A8A8A8. Windows color (decimal): -4285008 or 11574718. OLE color: 11574718.

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

Color convert

RGB 190 157 176 -
CMYK 0 0.17 0.07 0.25
HSL 325.45º 0.2% 0.68% -
HSV(B) 325.45º 0.17% 0.75% -
XYZ 41.13 38.2 46.28 -
YUV 169.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 190 157 176 0 0.17 0.07 0.25 325.45 0.2 0.68
Hex BE 9D B0 0 11 7 19 145 14 44
Octal 276 235 260 0 21 7 31 505 24 104
Binary 10111110 10011101 10110000 0 10001 111 11001 101000101 10100 1000100

Color Harmonies of #BE9DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9DB0

Black with #BE9DB0

Text Example


Text Example

White with #BE9DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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