Html Css Color HEX #BEA5B0 Lily

📋 copy color: '#BEA5B0'

red 190 ◦ green 165 ◦ blue 176

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

Shades of Lily #BEA5B0

Tints of Lily #BEA5B0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

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

R = 35.78%
G = 31.07%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEA5B0 (or 0xBEA5B0) is known color: Lily. HEX triplet: BE, A5 and B0. RGB value is (190,165,176). Sum of RGB (Red+Green+Blue) = 190+165+176=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5B0 is #415A4F. Grayscale: #ADADAD. Windows color (decimal): -4282960 or 11576766. OLE color: 11576766.

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

Color convert

RGB 190 165 176 -
CMYK 0 0.13 0.07 0.25
HSL 333.6º 0.16% 0.7% -
HSV(B) 333.6º 0.13% 0.75% -
XYZ 42.53 40.99 46.75 -
YUV 173.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 190 165 176 0 0.13 0.07 0.25 333.6 0.16 0.7
Hex BE A5 B0 0 D 7 19 14E 10 46
Octal 276 245 260 0 15 7 31 516 20 106
Binary 10111110 10100101 10110000 0 1101 111 11001 101001110 10000 1000110

Color Harmonies of #BEA5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5B0

Black with #BEA5B0

Text Example


Text Example

White with #BEA5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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