Html Css Color HEX #BEB5BE Lola

📋 copy color: '#BEB5BE'

red 190 ◦ green 181 ◦ blue 190

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

Shades of Lola #BEB5BE

Tints of Lola #BEB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.26%

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

R = 33.87%
G = 32.26%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEB5BE (or 0xBEB5BE) is known color: Lola. HEX triplet: BE, B5 and BE. RGB value is (190,181,190). Sum of RGB (Red+Green+Blue) = 190+181+190=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5BE is #414A41. Grayscale: #B8B8B8. Windows color (decimal): -4278850 or 12498366. OLE color: 12498366.

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

Color convert

RGB 190 181 190 -
CMYK 0 0.05 0 0.25
HSL 300º 0.06% 0.73% -
HSV(B) 300º 0.05% 0.75% -
XYZ 47.05 47.71 55.44 -
YUV 184.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 190 181 190 0 0.05 0 0.25 300 0.06 0.73
Hex BE B5 BE 0 5 0 19 12C 6 49
Octal 276 265 276 0 5 0 31 454 6 111
Binary 10111110 10110101 10111110 0 101 0 11001 100101100 110 1001001

Color Harmonies of #BEB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5BE

Black with #BEB5BE

Text Example


Text Example

White with #BEB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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