Html Css Color HEX #BEA2C0 Lola

📋 copy color: '#BEA2C0'

red 190 ◦ green 162 ◦ blue 192

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

Shades of Lola #BEA2C0

Tints of Lola #BEA2C0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.78%

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

R = 34.93%
G = 29.78%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEA2C0 (or 0xBEA2C0) is known color: Lola. HEX triplet: BE, A2 and C0. RGB value is (190,162,192). Sum of RGB (Red+Green+Blue) = 190+162+192=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2C0 is #415D3F. Grayscale: #ADADAD. Windows color (decimal): -4283712 or 12624574. OLE color: 12624574.

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

Color convert

RGB 190 162 192 -
CMYK 0.01 0.16 0 0.25
HSL 296º 0.19% 0.69% -
HSV(B) 296º 0.16% 0.75% -
XYZ 43.67 40.59 55.4 -
YUV 173.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 190 162 192 0.01 0.16 0 0.25 296 0.19 0.69
Hex BE A2 C0 1 10 0 19 128 13 45
Octal 276 242 300 1 20 0 31 450 23 105
Binary 10111110 10100010 11000000 1 10000 0 11001 100101000 10011 1000101

Color Harmonies of #BEA2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2C0

Black with #BEA2C0

Text Example


Text Example

White with #BEA2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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