Html Css Color HEX #BEA3C5 Lola

📋 copy color: '#BEA3C5'

red 190 ◦ green 163 ◦ blue 197

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

Shades of Lola #BEA3C5

Tints of Lola #BEA3C5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.64%

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

R = 34.55%
G = 29.64%
B = 35.82%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEA3C5 (or 0xBEA3C5) is known color: Lola. HEX triplet: BE, A3 and C5. RGB value is (190,163,197). Sum of RGB (Red+Green+Blue) = 190+163+197=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C5 is #415C3A. Grayscale: #AEAEAE. Windows color (decimal): -4283451 or 12952510. OLE color: 12952510.

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

Color convert

RGB 190 163 197 -
CMYK 0.04 0.17 0 0.23
HSL 287.65º 0.23% 0.71% -
HSV(B) 287.65º 0.17% 0.77% -
XYZ 44.41 41.17 58.43 -
YUV 174.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 190 163 197 0.04 0.17 0 0.23 287.65 0.23 0.71
Hex BE A3 C5 4 11 0 17 120 17 47
Octal 276 243 305 4 21 0 27 440 27 107
Binary 10111110 10100011 11000101 100 10001 0 10111 100100000 10111 1000111

Color Harmonies of #BEA3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3C5

Black with #BEA3C5

Text Example


Text Example

White with #BEA3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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