Html Css Color HEX #BEB4C1 Lola

📋 copy color: '#BEB4C1'

red 190 ◦ green 180 ◦ blue 193

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

Shades of Lola #BEB4C1

Tints of Lola #BEB4C1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.97%

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 33.75%
G = 31.97%
B = 34.28%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEB4C1 (or 0xBEB4C1) is known color: Lola. HEX triplet: BE, B4 and C1. RGB value is (190,180,193). Sum of RGB (Red+Green+Blue) = 190+180+193=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4C1 is #414B3E. Grayscale: #B8B8B8. Windows color (decimal): -4279103 or 12694718. OLE color: 12694718.

HSL color Cylindrical-coordinate representation of color #BEB4C1: hue angle of 286.15º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB4C1 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 180 193 -
CMYK 0.02 0.07 0 0.24
HSL 286.15º 0.09% 0.73% -
HSV(B) 286.15º 0.07% 0.76% -
XYZ 47.18 47.44 57.12 -
YUV 184.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 190 180 193 0.02 0.07 0 0.24 286.15 0.09 0.73
Hex BE B4 C1 2 7 0 18 11E 9 49
Octal 276 264 301 2 7 0 30 436 11 111
Binary 10111110 10110100 11000001 10 111 0 11000 100011110 1001 1001001

Color Harmonies of #BEB4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4C1

Black with #BEB4C1

Text Example


Text Example

White with #BEB4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4C1; }

 p { color: rgb(190,180,193); }

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

background-color css

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

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

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

border-color css

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

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

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