Html Css Color HEX #BEA0C5 Lola

📋 copy color: '#BEA0C5'

red 190 ◦ green 160 ◦ blue 197

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

Shades of Lola #BEA0C5

Tints of Lola #BEA0C5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.25%

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 34.73%
G = 29.25%
B = 36.01%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEA0C5 (or 0xBEA0C5) is known color: Lola. HEX triplet: BE, A0 and C5. RGB value is (190,160,197). Sum of RGB (Red+Green+Blue) = 190+160+197=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0C5 is #415F3A. Grayscale: #ADADAD. Windows color (decimal): -4284219 or 12951742. OLE color: 12951742.

HSL color Cylindrical-coordinate representation of color #BEA0C5: hue angle of 288.65º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA0C5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 160 197 -
CMYK 0.04 0.19 0 0.23
HSL 288.65º 0.24% 0.7% -
HSV(B) 288.65º 0.19% 0.77% -
XYZ 43.88 40.12 58.25 -
YUV 173.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 190 160 197 0.04 0.19 0 0.23 288.65 0.24 0.7
Hex BE A0 C5 4 13 0 17 121 18 46
Octal 276 240 305 4 23 0 27 441 30 106
Binary 10111110 10100000 11000101 100 10011 0 10111 100100001 11000 1000110

Color Harmonies of #BEA0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0C5

Black with #BEA0C5

Text Example


Text Example

White with #BEA0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0C5; }

 p { color: rgb(190,160,197); }

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

background-color css

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

 a { background-color: rgb(190,160,197); }

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

border-color css

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

 span { border-color: rgb(190,160,197); }

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