Html Css Color HEX #BEB1C0 Lola

📋 copy color: '#BEB1C0'

red 190 ◦ green 177 ◦ blue 192

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

Shades of Lola #BEB1C0

Tints of Lola #BEB1C0

RGB

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

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

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

R = 33.99%
G = 31.66%
B = 34.35%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEB1C0 (or 0xBEB1C0) is known color: Lola. HEX triplet: BE, B1 and C0. RGB value is (190,177,192). Sum of RGB (Red+Green+Blue) = 190+177+192=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1C0 is #414E3F. Grayscale: #B6B6B6. Windows color (decimal): -4279872 or 12628414. OLE color: 12628414.

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

Color convert

RGB 190 177 192 -
CMYK 0.01 0.08 0 0.25
HSL 292º 0.11% 0.72% -
HSV(B) 292º 0.08% 0.75% -
XYZ 46.47 46.2 56.34 -
YUV 182.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 190 177 192 0.01 0.08 0 0.25 292 0.11 0.72
Hex BE B1 C0 1 8 0 19 124 B 48
Octal 276 261 300 1 10 0 31 444 13 110
Binary 10111110 10110001 11000000 1 1000 0 11001 100100100 1011 1001000

Color Harmonies of #BEB1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1C0

Black with #BEB1C0

Text Example


Text Example

White with #BEB1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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