Html Css Color HEX #BEB5BF Lola

📋 copy color: '#BEB5BF'

red 190 ◦ green 181 ◦ blue 191

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

Shades of Lola #BEB5BF

Tints of Lola #BEB5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.99%

R = 33.81%
G = 32.21%
B = 33.99%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEB5BF (or 0xBEB5BF) is known color: Lola. HEX triplet: BE, B5 and BF. RGB value is (190,181,191). Sum of RGB (Red+Green+Blue) = 190+181+191=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5BF is #414A40. Grayscale: #B8B8B8. Windows color (decimal): -4278849 or 12563902. OLE color: 12563902.

HSL color Cylindrical-coordinate representation of color #BEB5BF: hue angle of 294º degrees, saturation: 0.07, 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 #BEB5BF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 181 191 -
CMYK 0.01 0.05 0 0.25
HSL 294º 0.07% 0.73% -
HSV(B) 294º 0.05% 0.75% -
XYZ 47.16 47.76 56.02 -
YUV 184.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 190 181 191 0.01 0.05 0 0.25 294 0.07 0.73
Hex BE B5 BF 1 5 0 19 126 7 49
Octal 276 265 277 1 5 0 31 446 7 111
Binary 10111110 10110101 10111111 1 101 0 11001 100100110 111 1001001

Color Harmonies of #BEB5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5BF

Black with #BEB5BF

Text Example


Text Example

White with #BEB5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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