Html Css Color HEX #BEA8BF Lola

📋 copy color: '#BEA8BF'

red 190 ◦ green 168 ◦ blue 191

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

Shades of Lola #BEA8BF

Tints of Lola #BEA8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.6%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 34.61%
G = 30.6%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEA8BF (or 0xBEA8BF) is known color: Lola. HEX triplet: BE, A8 and BF. RGB value is (190,168,191). Sum of RGB (Red+Green+Blue) = 190+168+191=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8BF is #415740. Grayscale: #B1B1B1. Windows color (decimal): -4282177 or 12560574. OLE color: 12560574.

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

Color convert

RGB 190 168 191 -
CMYK 0.01 0.12 0 0.25
HSL 297.39º 0.15% 0.7% -
HSV(B) 297.39º 0.12% 0.75% -
XYZ 44.64 42.71 55.18 -
YUV 177.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 190 168 191 0.01 0.12 0 0.25 297.39 0.15 0.7
Hex BE A8 BF 1 C 0 19 129 F 46
Octal 276 250 277 1 14 0 31 451 17 106
Binary 10111110 10101000 10111111 1 1100 0 11001 100101001 1111 1000110

Color Harmonies of #BEA8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8BF

Black with #BEA8BF

Text Example


Text Example

White with #BEA8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8BF; }

 p { color: rgb(190,168,191); }

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

background-color css

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

 a { background-color: rgb(190,168,191); }

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

border-color css

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

 span { border-color: rgb(190,168,191); }

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