Html Css Color HEX #BEA3C0 Lola

📋 copy color: '#BEA3C0'

red 190 ◦ green 163 ◦ blue 192

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

Shades of Lola #BEA3C0

Tints of Lola #BEA3C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 34.86%
G = 29.91%
B = 35.23%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEA3C0 (or 0xBEA3C0) is known color: Lola. HEX triplet: BE, A3 and C0. RGB value is (190,163,192). Sum of RGB (Red+Green+Blue) = 190+163+192=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3C0 is #415C3F. Grayscale: #AEAEAE. Windows color (decimal): -4283456 or 12624830. OLE color: 12624830.

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

Color convert

RGB 190 163 192 -
CMYK 0.01 0.15 0 0.25
HSL 295.86º 0.19% 0.7% -
HSV(B) 295.86º 0.15% 0.75% -
XYZ 43.85 40.95 55.46 -
YUV 174.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 190 163 192 0.01 0.15 0 0.25 295.86 0.19 0.7
Hex BE A3 C0 1 F 0 19 128 13 46
Octal 276 243 300 1 17 0 31 450 23 106
Binary 10111110 10100011 11000000 1 1111 0 11001 100101000 10011 1000110

Color Harmonies of #BEA3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3C0

Black with #BEA3C0

Text Example


Text Example

White with #BEA3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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