Html Css Color HEX #BEABBF Lola

📋 copy color: '#BEABBF'

red 190 ◦ green 171 ◦ blue 191

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

Shades of Lola #BEABBF

Tints of Lola #BEABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.98%

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

R = 34.42%
G = 30.98%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEABBF (or 0xBEABBF) is known color: Lola. HEX triplet: BE, AB and BF. RGB value is (190,171,191). Sum of RGB (Red+Green+Blue) = 190+171+191=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEABBF is #415440. Grayscale: #B2B2B2. Windows color (decimal): -4281409 or 12561342. OLE color: 12561342.

HSL color Cylindrical-coordinate representation of color #BEABBF: hue angle of 297º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEABBF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 171 191 -
CMYK 0.01 0.10 0 0.25
HSL 297º 0.14% 0.71% -
HSV(B) 297º 0.1% 0.75% -
XYZ 45.2 43.83 55.37 -
YUV 178.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 190 171 191 0.01 0.10 0 0.25 297 0.14 0.71
Hex BE AB BF 1 A 0 19 129 E 47
Octal 276 253 277 1 12 0 31 451 16 107
Binary 10111110 10101011 10111111 1 1010 0 11001 100101001 1110 1000111

Color Harmonies of #BEABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABBF

Black with #BEABBF

Text Example


Text Example

White with #BEABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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