Html Css Color HEX #BEAEBF Lola

📋 copy color: '#BEAEBF'

red 190 ◦ green 174 ◦ blue 191

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

Shades of Lola #BEAEBF

Tints of Lola #BEAEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.35%

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

R = 34.23%
G = 31.35%
B = 34.41%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEAEBF (or 0xBEAEBF) is known color: Lola. HEX triplet: BE, AE and BF. RGB value is (190,174,191). Sum of RGB (Red+Green+Blue) = 190+174+191=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEBF is #415140. Grayscale: #B4B4B4. Windows color (decimal): -4280641 or 12562110. OLE color: 12562110.

HSL color Cylindrical-coordinate representation of color #BEAEBF: hue angle of 296.47º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEAEBF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 174 191 -
CMYK 0.01 0.09 0 0.25
HSL 296.47º 0.12% 0.72% -
HSV(B) 296.47º 0.09% 0.75% -
XYZ 45.78 44.98 55.56 -
YUV 180.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 190 174 191 0.01 0.09 0 0.25 296.47 0.12 0.72
Hex BE AE BF 1 9 0 19 128 C 48
Octal 276 256 277 1 11 0 31 450 14 110
Binary 10111110 10101110 10111111 1 1001 0 11001 100101000 1100 1001000

Color Harmonies of #BEAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEBF

Black with #BEAEBF

Text Example


Text Example

White with #BEAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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