Html Css Color HEX #BEB9BE Lola

📋 copy color: '#BEB9BE'

red 190 ◦ green 185 ◦ blue 190

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

Shades of Lola #BEB9BE

Tints of Lola #BEB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.74%

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

R = 33.63%
G = 32.74%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEB9BE (or 0xBEB9BE) is known color: Lola. HEX triplet: BE, B9 and BE. RGB value is (190,185,190). Sum of RGB (Red+Green+Blue) = 190+185+190=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9BE is #414641. Grayscale: #BBBBBB. Windows color (decimal): -4277826 or 12499390. OLE color: 12499390.

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

Color convert

RGB 190 185 190 -
CMYK 0 0.03 0 0.25
HSL 300º 0.04% 0.74% -
HSV(B) 300º 0.03% 0.75% -
XYZ 47.88 49.36 55.72 -
YUV 187.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 190 185 190 0 0.03 0 0.25 300 0.04 0.74
Hex BE B9 BE 0 3 0 19 12C 4 4A
Octal 276 271 276 0 3 0 31 454 4 112
Binary 10111110 10111001 10111110 0 11 0 11001 100101100 100 1001010

Color Harmonies of #BEB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9BE

Black with #BEB9BE

Text Example


Text Example

White with #BEB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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