Html Css Color HEX #BEB7BE Lola

📋 copy color: '#BEB7BE'

red 190 ◦ green 183 ◦ blue 190

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

Shades of Lola #BEB7BE

Tints of Lola #BEB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.5%

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 33.75%
G = 32.5%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEB7BE (or 0xBEB7BE) is known color: Lola. HEX triplet: BE, B7 and BE. RGB value is (190,183,190). Sum of RGB (Red+Green+Blue) = 190+183+190=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7BE is #414841. Grayscale: #B9B9B9. Windows color (decimal): -4278338 or 12498878. OLE color: 12498878.

HSL color Cylindrical-coordinate representation of color #BEB7BE: hue angle of 300º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEB7BE is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 190 -
CMYK 0 0.04 0 0.25
HSL 300º 0.05% 0.73% -
HSV(B) 300º 0.04% 0.75% -
XYZ 47.46 48.53 55.58 -
YUV 185.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 190 183 190 0 0.04 0 0.25 300 0.05 0.73
Hex BE B7 BE 0 4 0 19 12C 5 49
Octal 276 267 276 0 4 0 31 454 5 111
Binary 10111110 10110111 10111110 0 100 0 11001 100101100 101 1001001

Color Harmonies of #BEB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7BE

Black with #BEB7BE

Text Example


Text Example

White with #BEB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7BE; }

 p { color: rgb(190,183,190); }

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

background-color css

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

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

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

border-color css

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

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

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