Html Css Color HEX #BEAAC0 Lola

📋 copy color: '#BEAAC0'

red 190 ◦ green 170 ◦ blue 192

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

Shades of Lola #BEAAC0

Tints of Lola #BEAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 34.42%
G = 30.8%
B = 34.78%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEAAC0 (or 0xBEAAC0) is known color: Lola. HEX triplet: BE, AA and C0. RGB value is (190,170,192). Sum of RGB (Red+Green+Blue) = 190+170+192=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC0 is #41553F. Grayscale: #B2B2B2. Windows color (decimal): -4281664 or 12626622. OLE color: 12626622.

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

Color convert

RGB 190 170 192 -
CMYK 0.01 0.11 0 0.25
HSL 294.55º 0.15% 0.71% -
HSV(B) 294.55º 0.11% 0.75% -
XYZ 45.12 43.5 55.89 -
YUV 178.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 190 170 192 0.01 0.11 0 0.25 294.55 0.15 0.71
Hex BE AA C0 1 B 0 19 127 F 47
Octal 276 252 300 1 13 0 31 447 17 107
Binary 10111110 10101010 11000000 1 1011 0 11001 100100111 1111 1000111

Color Harmonies of #BEAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAC0

Black with #BEAAC0

Text Example


Text Example

White with #BEAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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