Html Css Color HEX #BEB1C1 Lola

📋 copy color: '#BEB1C1'

red 190 ◦ green 177 ◦ blue 193

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

Shades of Lola #BEB1C1

Tints of Lola #BEB1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.61%

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 33.93%
G = 31.61%
B = 34.46%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEB1C1 (or 0xBEB1C1) is known color: Lola. HEX triplet: BE, B1 and C1. RGB value is (190,177,193). Sum of RGB (Red+Green+Blue) = 190+177+193=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1C1 is #414E3E. Grayscale: #B6B6B6. Windows color (decimal): -4279871 or 12693950. OLE color: 12693950.

HSL color Cylindrical-coordinate representation of color #BEB1C1: hue angle of 288.75º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB1C1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 177 193 -
CMYK 0.02 0.08 0 0.24
HSL 288.75º 0.11% 0.73% -
HSV(B) 288.75º 0.08% 0.76% -
XYZ 46.58 46.24 56.92 -
YUV 182.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 190 177 193 0.02 0.08 0 0.24 288.75 0.11 0.73
Hex BE B1 C1 2 8 0 18 121 B 49
Octal 276 261 301 2 10 0 30 441 13 111
Binary 10111110 10110001 11000001 10 1000 0 11000 100100001 1011 1001001

Color Harmonies of #BEB1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1C1

Black with #BEB1C1

Text Example


Text Example

White with #BEB1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1C1; }

 p { color: rgb(190,177,193); }

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

background-color css

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

 a { background-color: rgb(190,177,193); }

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

border-color css

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

 span { border-color: rgb(190,177,193); }

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