Html Css Color HEX #BEAAC5 Lola

📋 copy color: '#BEAAC5'

red 190 ◦ green 170 ◦ blue 197

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

Shades of Lola #BEAAC5

Tints of Lola #BEAAC5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 34.11%
G = 30.52%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEAAC5 (or 0xBEAAC5) is known color: Lola. HEX triplet: BE, AA and C5. RGB value is (190,170,197). Sum of RGB (Red+Green+Blue) = 190+170+197=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC5 is #41553A. Grayscale: #B2B2B2. Windows color (decimal): -4281659 or 12954302. OLE color: 12954302.

HSL color Cylindrical-coordinate representation of color #BEAAC5: hue angle of 284.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEAAC5 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 170 197 -
CMYK 0.04 0.14 0 0.23
HSL 284.44º 0.19% 0.72% -
HSV(B) 284.44º 0.14% 0.77% -
XYZ 45.69 43.73 58.86 -
YUV 179.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 190 170 197 0.04 0.14 0 0.23 284.44 0.19 0.72
Hex BE AA C5 4 E 0 17 11C 13 48
Octal 276 252 305 4 16 0 27 434 23 110
Binary 10111110 10101010 11000101 100 1110 0 10111 100011100 10011 1001000

Color Harmonies of #BEAAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAC5

Black with #BEAAC5

Text Example


Text Example

White with #BEAAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAC5; }

 p { color: rgb(190,170,197); }

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

background-color css

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

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

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

border-color css

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

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

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