Html Css Color HEX #BEA7BF Lola

📋 copy color: '#BEA7BF'

red 190 ◦ green 167 ◦ blue 191

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

Shades of Lola #BEA7BF

Tints of Lola #BEA7BF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.47%

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

R = 34.67%
G = 30.47%
B = 34.85%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEA7BF (or 0xBEA7BF) is known color: Lola. HEX triplet: BE, A7 and BF. RGB value is (190,167,191). Sum of RGB (Red+Green+Blue) = 190+167+191=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7BF is #415840. Grayscale: #B0B0B0. Windows color (decimal): -4282433 or 12560318. OLE color: 12560318.

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

Color convert

RGB 190 167 191 -
CMYK 0.01 0.13 0 0.25
HSL 297.5º 0.16% 0.7% -
HSV(B) 297.5º 0.13% 0.75% -
XYZ 44.46 42.35 55.12 -
YUV 176.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 190 167 191 0.01 0.13 0 0.25 297.5 0.16 0.7
Hex BE A7 BF 1 D 0 19 12A 10 46
Octal 276 247 277 1 15 0 31 452 20 106
Binary 10111110 10100111 10111111 1 1101 0 11001 100101010 10000 1000110

Color Harmonies of #BEA7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7BF

Black with #BEA7BF

Text Example


Text Example

White with #BEA7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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